diff options
| author | Michał Górny <mgorny@gentoo.org> | 2021-03-22 08:18:32 +0100 |
|---|---|---|
| committer | Michał Górny <mgorny@gentoo.org> | 2021-03-22 08:35:56 +0100 |
| commit | 02545e8c4f3408917f45b6a62c312cfb11826f17 (patch) | |
| tree | bd5741c73595f55b1708f071639b1fd020de93c6 /dev-python | |
| parent | 2dc34855b6a81931d6e29b53cedf8605bec57726 (diff) | |
| download | gentoo-02545e8c4f3408917f45b6a62c312cfb11826f17.tar.gz gentoo-02545e8c4f3408917f45b6a62c312cfb11826f17.tar.bz2 gentoo-02545e8c4f3408917f45b6a62c312cfb11826f17.zip | |
dev-python/intreehooks: Enable py3.9
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
| -rw-r--r-- | dev-python/intreehooks/intreehooks-1.0.ebuild | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/dev-python/intreehooks/intreehooks-1.0.ebuild b/dev-python/intreehooks/intreehooks-1.0.ebuild index b4757923117b..14369e12a722 100644 --- a/dev-python/intreehooks/intreehooks-1.0.ebuild +++ b/dev-python/intreehooks/intreehooks-1.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 2019-2020 Gentoo Authors +# Copyright 2019-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7,8} pypy3 ) +PYTHON_COMPAT=( python3_{7..9} pypy3 ) inherit distutils-r1 DESCRIPTION="Load a PEP 517 backend from inside the source tree" @@ -18,9 +18,6 @@ IUSE="examples" RDEPEND=" dev-python/toml[${PYTHON_USEDEP}] " -BDEPEND="${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}] -" distutils_enable_tests pytest |
