diff options
author | Jason A. Donenfeld <zx2c4@gentoo.org> | 2020-10-07 11:11:45 +0200 |
---|---|---|
committer | Jason A. Donenfeld <zx2c4@gentoo.org> | 2020-10-07 11:11:45 +0200 |
commit | 2bd3950266c72baf3bca051d3366c659e3f2122c (patch) | |
tree | 7f5d9beb4b7bf329f64771ac2eeaa3f8b7473b21 /dev-python/ssl-fetch | |
parent | dev-python/pymongo: drop old (diff) | |
download | gentoo-2bd3950266c72baf3bca051d3366c659e3f2122c.tar.gz gentoo-2bd3950266c72baf3bca051d3366c659e3f2122c.tar.bz2 gentoo-2bd3950266c72baf3bca051d3366c659e3f2122c.zip |
dev-python/ssl-fetch: support pypy3
Bug: https://bugs.gentoo.org/747019
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Jason A. Donenfeld <zx2c4@gentoo.org>
Diffstat (limited to 'dev-python/ssl-fetch')
-rw-r--r-- | dev-python/ssl-fetch/ssl-fetch-0.4.ebuild | 2 | ||||
-rw-r--r-- | dev-python/ssl-fetch/ssl-fetch-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/ssl-fetch/ssl-fetch-0.4.ebuild b/dev-python/ssl-fetch/ssl-fetch-0.4.ebuild index adde725cad0d..913140f5a13f 100644 --- a/dev-python/ssl-fetch/ssl-fetch-0.4.ebuild +++ b/dev-python/ssl-fetch/ssl-fetch-0.4.ebuild @@ -3,7 +3,7 @@ EAPI=5 -PYTHON_COMPAT=( python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{6,7,8} pypy3 ) DISTUTILS_USE_SETUPTOOLS=no inherit distutils-r1 diff --git a/dev-python/ssl-fetch/ssl-fetch-9999.ebuild b/dev-python/ssl-fetch/ssl-fetch-9999.ebuild index 0cec3a3935e8..856d59b6c61d 100644 --- a/dev-python/ssl-fetch/ssl-fetch-9999.ebuild +++ b/dev-python/ssl-fetch/ssl-fetch-9999.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{6,7,8} pypy3 ) DISTUTILS_USE_SETUPTOOLS=no EGIT_BRANCH="master" |