diff options
author | Jakov Smolic <jakov.smolic@sartura.hr> | 2021-05-18 09:52:12 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-05-18 15:02:45 +0200 |
commit | 007c5018d110c8ffc704ec2126273ea7c348ff5e (patch) | |
tree | 422e0f756a61723e4563c44e8c80248a8138f9af /dev-python/natsort | |
parent | dev-python/chai: Port to python3.10 (diff) | |
download | gentoo-007c5018d110c8ffc704ec2126273ea7c348ff5e.tar.gz gentoo-007c5018d110c8ffc704ec2126273ea7c348ff5e.tar.bz2 gentoo-007c5018d110c8ffc704ec2126273ea7c348ff5e.zip |
dev-python/natsort: Port to python3.10
Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr>
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/natsort')
-rw-r--r-- | dev-python/natsort/natsort-7.1.1.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/dev-python/natsort/natsort-7.1.1.ebuild b/dev-python/natsort/natsort-7.1.1.ebuild index e6a79b0fda57..b9d6fd8c9887 100644 --- a/dev-python/natsort/natsort-7.1.1.ebuild +++ b/dev-python/natsort/natsort-7.1.1.ebuild @@ -3,8 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7..9} ) -DISTUTILS_USE_SETUPTOOLS=rdepend +PYTHON_COMPAT=( python3_{7..10} ) inherit distutils-r1 @@ -16,7 +15,7 @@ LICENSE="MIT" SLOT="0" KEYWORDS="amd64 ~arm64 ~ia64 x86" -DEPEND=" +BDEPEND=" test? ( dev-python/hypothesis[${PYTHON_USEDEP}] dev-python/pytest-mock[${PYTHON_USEDEP}] |