dev-python/repoze-sphinx-autointerface: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Wed, 5 Feb 2020 21:02:30 +0000 (22:02 +0100)
committerMichał Górny <mgorny@gentoo.org>
Wed, 5 Feb 2020 21:21:36 +0000 (22:21 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/repoze-sphinx-autointerface/repoze-sphinx-autointerface-0.7.1-r1.ebuild

index a4116587e6687e671b85fd5f82087f07da781d86..2994cc995d421277d23010d0f31e4e0cb3ac0750 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-PYTHON_COMPAT=( python{2_7,3_6} )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1