summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-02-06 06:50:10 +0100
committerMichał Górny <mgorny@gentoo.org>2020-02-06 06:59:48 +0100
commit40468f6e9bf5994be51f765427b3433400b5e8ee (patch)
tree5c8f554576199b22255c34891fce194499486ffa
parentdev-python/sh: Remove py2 (diff)
downloadgentoo-40468f6e.tar.gz
gentoo-40468f6e.tar.bz2
gentoo-40468f6e.zip
dev-python/shutilwhich: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/shutilwhich/shutilwhich-1.1.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/shutilwhich/shutilwhich-1.1.0.ebuild b/dev-python/shutilwhich/shutilwhich-1.1.0.ebuild
index 633740548c5b..1ea9faf25c62 100644
--- a/dev-python/shutilwhich/shutilwhich-1.1.0.ebuild
+++ b/dev-python/shutilwhich/shutilwhich-1.1.0.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
inherit distutils-r1