dev-python/simplegeneric: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Thu, 6 Feb 2020 06:00:32 +0000 (07:00 +0100)
committerMichał Górny <mgorny@gentoo.org>
Thu, 6 Feb 2020 06:00:32 +0000 (07:00 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/simplegeneric/simplegeneric-0.8.1-r1.ebuild

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