dev-python/nose-parameterized: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Wed, 5 Feb 2020 16:43:25 +0000 (17:43 +0100)
committerMichał Górny <mgorny@gentoo.org>
Wed, 5 Feb 2020 16:53:03 +0000 (17:53 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/nose-parameterized/nose-parameterized-0.5.0.ebuild

index 8c94bd96c1d46cef7444746175ea4aa658333a38..8124d798a361e6fe3c2d916b599dfb266aa133b0 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit distutils-r1