diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-09-20 11:22:47 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-09-20 11:36:24 +0200 |
commit | 85741ad261c962df2bf91c18103962f710f7859c (patch) | |
tree | 42c81278a79f2b9d11f65cf66bd754cd278dc9e5 /dev-python/pyusb | |
parent | dev-python/scripttest: Remove python2 (diff) | |
download | gentoo-85741ad261c962df2bf91c18103962f710f7859c.tar.gz gentoo-85741ad261c962df2bf91c18103962f710f7859c.tar.bz2 gentoo-85741ad261c962df2bf91c18103962f710f7859c.zip |
dev-python/pyusb: Remove python2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pyusb')
-rw-r--r-- | dev-python/pyusb/pyusb-1.0.2-r1.ebuild (renamed from dev-python/pyusb/pyusb-1.0.2.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pyusb/pyusb-1.0.2.ebuild b/dev-python/pyusb/pyusb-1.0.2-r1.ebuild index f6dfae4b0c7f..02a1d97b136a 100644 --- a/dev-python/pyusb/pyusb-1.0.2.ebuild +++ b/dev-python/pyusb/pyusb-1.0.2-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python{2_7,3_6,3_7,3_8} ) +PYTHON_COMPAT=( python{3_6,3_7,3_8} ) inherit distutils-r1 |