diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-11-27 00:51:20 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-11-27 00:51:20 +0100 |
commit | b87f564926f4aec59ebe4f891b1533ddd5dc5c92 (patch) | |
tree | bf7d3d90c409197f5eac20e00a0d44da37eb55ee /dev-python | |
parent | dev-python/aiohttp: Minimal dep backport to 3.6.2 (diff) | |
download | gentoo-b87f564926f4aec59ebe4f891b1533ddd5dc5c92.tar.gz gentoo-b87f564926f4aec59ebe4f891b1533ddd5dc5c92.tar.bz2 gentoo-b87f564926f4aec59ebe4f891b1533ddd5dc5c92.zip |
dev-python/idna-ssl: Remove py3.8+
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/idna-ssl/idna-ssl-1.1.0-r1.ebuild (renamed from dev-python/idna-ssl/idna-ssl-1.1.0.ebuild) | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-python/idna-ssl/idna-ssl-1.1.0.ebuild b/dev-python/idna-ssl/idna-ssl-1.1.0-r1.ebuild index c19a9193058b..03a3b1712ebd 100644 --- a/dev-python/idna-ssl/idna-ssl-1.1.0.ebuild +++ b/dev-python/idna-ssl/idna-ssl-1.1.0-r1.ebuild @@ -3,7 +3,8 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6..9} ) +# this is backport, please do not add 3.8+ +PYTHON_COMPAT=( python3_{6..7} ) inherit distutils-r1 |