diff options
author | Brian Dolbec <dolsen@gentoo.org> | 2020-11-17 17:27:31 -0500 |
---|---|---|
committer | Brian Dolbec <dolsen@gentoo.org> | 2020-11-17 17:30:13 -0500 |
commit | ddda1ee06f32970496095bd10f659db9c9e4a065 (patch) | |
tree | 97b4e7284515b326e143d1b81c847bc9ec280a91 /dev-python/ssl-fetch | |
parent | media-libs/libjpeg-turbo: bump to 2.0.6 (diff) | |
download | gentoo-ddda1ee06f32970496095bd10f659db9c9e4a065.tar.gz gentoo-ddda1ee06f32970496095bd10f659db9c9e4a065.tar.bz2 gentoo-ddda1ee06f32970496095bd10f659db9c9e4a065.zip |
dev-python/ssl-fetch: Add python3_9 to compat bug 754849
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Brian Dolbec <dolsen@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 913140f5a13f..51e45d0acb91 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} pypy3 ) +PYTHON_COMPAT=( python3_{6,7,8,9} 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 856d59b6c61d..00d82e03e299 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} pypy3 ) +PYTHON_COMPAT=( python3_{6,7,8,9} pypy3 ) DISTUTILS_USE_SETUPTOOLS=no EGIT_BRANCH="master" |