summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2019-01-27 15:43:03 -0600
committerMatthew Thode <prometheanfire@gentoo.org>2019-01-27 18:23:54 -0600
commiteeec8dda375c9f140640add733a15207336c459c (patch)
tree392e2f00ddcd31c8aa38def87bbcbdc063a93110
parentdev-python/ddt: add py37 support (diff)
downloadgentoo-eeec8dda375c9f140640add733a15207336c459c.tar.gz
gentoo-eeec8dda375c9f140640add733a15207336c459c.tar.bz2
gentoo-eeec8dda375c9f140640add733a15207336c459c.zip
dev-python/git-python: add py37
Package-Manager: Portage-2.3.51, Repoman-2.3.12 Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
-rw-r--r--dev-python/git-python/git-python-2.1.11.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/git-python/git-python-2.1.11.ebuild b/dev-python/git-python/git-python-2.1.11.ebuild
index 96f8566ba217..1b693335df12 100644
--- a/dev-python/git-python/git-python-2.1.11.ebuild
+++ b/dev-python/git-python/git-python-2.1.11.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} )
PYTHON_REQ_USE="threads(+)"
inherit distutils-r1