diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-07-04 10:45:43 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-07-04 18:55:52 +0200 |
commit | 8a8421002b0a21f3b5bc2beac450ed70e4562bb0 (patch) | |
tree | 6d07f93c38365d13732f30d04e56ad462a3d3916 /dev-python/partd | |
parent | dev-perl/Dist-Zilla-Plugin-SurgicalPodWeaver: stable for amd64 (diff) | |
download | gentoo-8a8421002b0a21f3b5bc2beac450ed70e4562bb0.tar.gz gentoo-8a8421002b0a21f3b5bc2beac450ed70e4562bb0.tar.bz2 gentoo-8a8421002b0a21f3b5bc2beac450ed70e4562bb0.zip |
dev-python/partd: Port to py3.10
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/partd')
-rw-r--r-- | dev-python/partd/partd-1.2.0.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/dev-python/partd/partd-1.2.0.ebuild b/dev-python/partd/partd-1.2.0.ebuild index f6f2f0a6e2c6..29532c22a714 100644 --- a/dev-python/partd/partd-1.2.0.ebuild +++ b/dev-python/partd/partd-1.2.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1 @@ -15,8 +15,7 @@ SLOT="0" KEYWORDS="amd64 ~arm ~arm64 x86 ~amd64-linux ~x86-linux" RDEPEND="dev-python/locket[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}] +BDEPEND=" test? ( dev-python/blosc[${PYTHON_USEDEP}] dev-python/numpy[${PYTHON_USEDEP}] |