summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2019-06-16 13:13:03 +0200
committerDavid Seifert <soap@gentoo.org>2019-06-16 13:14:54 +0200
commit834a23de62b1b6d814ad98d81cc94be4aa755789 (patch)
tree4e39b3080ede8f2380c3002142b88f12933a2206
parentprofiles: cleanup (diff)
downloadgentoo-834a23de62b1b6d814ad98d81cc94be4aa755789.tar.gz
gentoo-834a23de62b1b6d814ad98d81cc94be4aa755789.tar.bz2
gentoo-834a23de62b1b6d814ad98d81cc94be4aa755789.zip
dev-python/ndg-httpsclient: Add py3.7
Package-Manager: Portage-2.3.67, Repoman-2.3.14 Signed-off-by: David Seifert <soap@gentoo.org>
-rw-r--r--dev-python/ndg-httpsclient/ndg-httpsclient-0.4.2-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
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 412b15434662..7fec4ed8b952 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