commit: 834a23de62b1b6d814ad98d81cc94be4aa755789
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 16 11:13:03 2019 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Jun 16 11:14:54 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=834a23de
dev-python/ndg-httpsclient: Add py3.7
Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: David Seifert <soap <AT> gentoo.org>
dev-python/ndg-httpsclient/ndg-httpsclient-0.4.2-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/ndg-httpsclient/ndg-httpsclient-0.4.2-r1.ebuild
b/dev-python/ndg-httpsclient/ndg-httpsclient-0.4.2-r1.ebuild
index 412b1543466..7fec4ed8b95 100644
--- a/dev-python/ndg-httpsclient/ndg-httpsclient-0.4.2-r1.ebuild
+++ b/dev-python/ndg-httpsclient/ndg-httpsclient-0.4.2-r1.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{5,6} pypy pypy3 )
+PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy pypy3 )
inherit distutils-r1