dev-python/configclass: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Tue, 4 Feb 2020 15:53:27 +0000 (16:53 +0100)
committerMichał Górny <mgorny@gentoo.org>
Tue, 4 Feb 2020 16:21:55 +0000 (17:21 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/configclass/configclass-0.1.0.ebuild

index cb12a302260fd9dec9933d1c8638414e1b5448f4..e962c072852ee1874a2138fcb392625c744dcbf0 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