dev-python/intreehooks: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Thu, 30 Jan 2020 21:11:52 +0000 (22:11 +0100)
committerMichał Górny <mgorny@gentoo.org>
Thu, 30 Jan 2020 21:26:07 +0000 (22:26 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/intreehooks/intreehooks-1.0.ebuild

index 1ba877949d30a126a8f34acf142d1fa0298cae2d..59f3292ae93742ea2f6e928287a17edad7050479 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 )
+PYTHON_COMPAT=( python3_{6,7,8} pypy3 )
 inherit distutils-r1
 
 DESCRIPTION="Load a PEP 517 backend from inside the source tree"