dev-python/pygal: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Wed, 5 Feb 2020 19:23:28 +0000 (20:23 +0100)
committerMichał Górny <mgorny@gentoo.org>
Wed, 5 Feb 2020 19:37:11 +0000 (20:37 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/pygal/pygal-2.4.0.ebuild

index bca21e1cba6d649f8a401330676dc04acc9363d9..6bb4f8c95ed314bda23b8ecc2ddc64bd8e7558a5 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python{2_7,3_6} )
+PYTHON_COMPAT=( python3_6 )
 PYTHON_REQ_USE="xml(+)"
 
 inherit distutils-r1