summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2019-09-15 00:51:00 +0200
committerPacho Ramos <pacho@gentoo.org>2019-09-15 00:51:00 +0200
commit7a6650b10391bac622ec6a9e1845533b958cdf09 (patch)
tree84ea006a64114defdd9180c65ce4024b28aad7ce /dev-python/defcon
parentdev-python/booleanOperations: Support python 3.7 (diff)
downloadgentoo-7a6650b10391bac622ec6a9e1845533b958cdf09.tar.gz
gentoo-7a6650b10391bac622ec6a9e1845533b958cdf09.tar.bz2
gentoo-7a6650b10391bac622ec6a9e1845533b958cdf09.zip
dev-python/defcon: Support python 3.7
Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'dev-python/defcon')
-rw-r--r--dev-python/defcon/defcon-0.6.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/defcon/defcon-0.6.0.ebuild b/dev-python/defcon/defcon-0.6.0.ebuild
index f39240fd7e46..d30040be8979 100644
--- a/dev-python/defcon/defcon-0.6.0.ebuild
+++ b/dev-python/defcon/defcon-0.6.0.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python2_7 python3_{6,7} )
inherit distutils-r1
DESCRIPTION="A set of UFO based objects for use in font editing applications"