summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-02-05 20:23:28 +0100
committerMichał Górny <mgorny@gentoo.org>2020-02-05 20:37:11 +0100
commit4657e76de99b339edbc7981f18fa8e0925cfd565 (patch)
treee97860de96bdb092cba79f7dba9118b6eecc90a9 /dev-python/pygal
parentdev-python/pyfiglet: Remove py2 (diff)
downloadgentoo-4657e76de99b339edbc7981f18fa8e0925cfd565.tar.gz
gentoo-4657e76de99b339edbc7981f18fa8e0925cfd565.tar.bz2
gentoo-4657e76de99b339edbc7981f18fa8e0925cfd565.zip
dev-python/pygal: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pygal')
-rw-r--r--dev-python/pygal/pygal-2.4.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pygal/pygal-2.4.0.ebuild b/dev-python/pygal/pygal-2.4.0.ebuild
index bca21e1cba6d..6bb4f8c95ed3 100644
--- a/dev-python/pygal/pygal-2.4.0.ebuild
+++ b/dev-python/pygal/pygal-2.4.0.ebuild
@@ -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