dev-python/shutilwhich: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Thu, 6 Feb 2020 05:50:10 +0000 (06:50 +0100)
committerMichał Górny <mgorny@gentoo.org>
Thu, 6 Feb 2020 05:59:48 +0000 (06:59 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/shutilwhich/shutilwhich-1.1.0.ebuild

index 633740548c5b72b7f5d7b087752fc8d5bb2bddd3..1ea9faf25c629a3e4a0411ef772af4cf80f826ab 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit distutils-r1