dev-python/paramunittest: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Wed, 5 Feb 2020 17:49:53 +0000 (18:49 +0100)
committerMichał Górny <mgorny@gentoo.org>
Wed, 5 Feb 2020 17:49:53 +0000 (18:49 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/paramunittest/paramunittest-0.2.ebuild

index 1c3b77a0be5da015313fc4b91c5d81e1b74d5b73..c02fce856a0d0a1eadb887c910de219235416df2 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1