diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-06-23 11:31:15 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-06-23 12:03:03 +0200 |
commit | 6bc7c4fc3806ff85f1fbd0ca6d06ab11e81440c6 (patch) | |
tree | 02393e5baed7b679790efb52e1c908843f787da8 /dev-python/requestsexceptions | |
parent | dev-python/fonttools: Remove ALLARCHES (diff) | |
download | gentoo-6bc7c4fc3806ff85f1fbd0ca6d06ab11e81440c6.tar.gz gentoo-6bc7c4fc3806ff85f1fbd0ca6d06ab11e81440c6.tar.bz2 gentoo-6bc7c4fc3806ff85f1fbd0ca6d06ab11e81440c6.zip |
dev-python/requestsexceptions: Enable py3.9
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/requestsexceptions')
-rw-r--r-- | dev-python/requestsexceptions/requestsexceptions-1.4.0.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/dev-python/requestsexceptions/requestsexceptions-1.4.0.ebuild b/dev-python/requestsexceptions/requestsexceptions-1.4.0.ebuild index 07c57c035753..4190db1fe6dd 100644 --- a/dev-python/requestsexceptions/requestsexceptions-1.4.0.ebuild +++ b/dev-python/requestsexceptions/requestsexceptions-1.4.0.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7,8} ) +PYTHON_COMPAT=( python3_{8..9} ) DISTUTILS_USE_SETUPTOOLS=bdepend inherit distutils-r1 @@ -14,7 +14,6 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" KEYWORDS="amd64 ~arm arm64 x86" -IUSE="" DEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]" RDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]" |