diff options
author | David Seifert <soap@gentoo.org> | 2019-06-16 13:13:03 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2019-06-16 13:14:54 +0200 |
commit | 834a23de62b1b6d814ad98d81cc94be4aa755789 (patch) | |
tree | 4e39b3080ede8f2380c3002142b88f12933a2206 | |
parent | profiles: cleanup (diff) | |
download | gentoo-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.ebuild | 2 |
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 |