summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2019-05-16 10:45:51 -0500
committerMatthew Thode <prometheanfire@gentoo.org>2019-05-16 11:00:17 -0500
commit2fe8c56fa2e50a4aeec63583e7caecce562afba3 (patch)
tree36713fdfedccdcb0a8a7364ae8be3ef01b6e5857
parentapp-crypt/acme: py37 support (diff)
downloadgentoo-2fe8c56fa2e50a4aeec63583e7caecce562afba3.tar.gz
gentoo-2fe8c56fa2e50a4aeec63583e7caecce562afba3.tar.bz2
gentoo-2fe8c56fa2e50a4aeec63583e7caecce562afba3.zip
dev-python/configobj: add py37 support
Bug: https://bugs.gentoo.org/685330 Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
-rw-r--r--dev-python/configobj/configobj-5.0.6.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/configobj/configobj-5.0.6.ebuild b/dev-python/configobj/configobj-5.0.6.ebuild
index 3874f3568783..69cc5e395b21 100644
--- a/dev-python/configobj/configobj-5.0.6.ebuild
+++ b/dev-python/configobj/configobj-5.0.6.ebuild
@@ -3,7 +3,7 @@
EAPI=5
-PYTHON_COMPAT=( python2_7 python3_{5,6} pypy )
+PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy )
inherit distutils-r1