dev-python/pytest-helpers-namespace: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Wed, 5 Feb 2020 20:03:18 +0000 (21:03 +0100)
committerMichał Górny <mgorny@gentoo.org>
Wed, 5 Feb 2020 20:10:57 +0000 (21:10 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/pytest-helpers-namespace/pytest-helpers-namespace-2019.1.8.ebuild

index f923818c09f60c94115381b0b26e43338b262453..5df845c7031a971fff9b981fb378c86b844c18f0 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit distutils-r1