dev-python/pycadf: Remove Python 2
authorMichał Górny <mgorny@gentoo.org>
Sun, 12 Jan 2020 22:03:58 +0000 (23:03 +0100)
committerMichał Górny <mgorny@gentoo.org>
Mon, 13 Jan 2020 09:46:05 +0000 (10:46 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/pycadf/pycadf-2.9.0-r1.ebuild

index 7036d9c751db5af1a9700e4ba417bf34928d4e81..50d99eeffcd931f9c87877fc5c973e093414abd6 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit distutils-r1