summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-09-20 17:40:41 +0200
committerMichał Górny <mgorny@gentoo.org>2020-09-20 17:40:41 +0200
commitf9f3c828bdaeef526b3da592687b443ec5f510c2 (patch)
tree61b51b535558ad92eb38a992dc127bb9dab22d34 /dev-python/scandir
parentdev-python/zope-testing: Remove python2 (diff)
downloadgentoo-f9f3c828bdaeef526b3da592687b443ec5f510c2.tar.gz
gentoo-f9f3c828bdaeef526b3da592687b443ec5f510c2.tar.bz2
gentoo-f9f3c828bdaeef526b3da592687b443ec5f510c2.zip
dev-python/scandir: Remove python2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/scandir')
-rw-r--r--dev-python/scandir/scandir-1.10.0-r2.ebuild (renamed from dev-python/scandir/scandir-1.10.0-r1.ebuild)2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/scandir/scandir-1.10.0-r1.ebuild b/dev-python/scandir/scandir-1.10.0-r2.ebuild
index c686965ac11a..84c1093fe800 100644
--- a/dev-python/scandir/scandir-1.10.0-r1.ebuild
+++ b/dev-python/scandir/scandir-1.10.0-r2.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
inherit distutils-r1