From: David Seifert Date: Sun, 16 Jun 2019 11:13:03 +0000 (+0200) Subject: dev-python/ndg-httpsclient: Add py3.7 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=834a23de62b1b6d814ad98d81cc94be4aa755789;p=gentoo.git dev-python/ndg-httpsclient: Add py3.7 Package-Manager: Portage-2.3.67, Repoman-2.3.14 Signed-off-by: David Seifert --- 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