summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2021-10-01 09:04:42 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2021-10-01 09:13:42 +0300
commit232c069aecd1ed02d24459932599db6eeb377573 (patch)
treec3f09dc3606e4b7fd4e8961dbb203c03a881242e
parentdev-python/oslo-context: add github upstream metadata (diff)
downloadgentoo-232c069a.tar.gz
gentoo-232c069a.tar.bz2
gentoo-232c069a.zip
dev-python/cliff: enable py3.10
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
-rw-r--r--dev-python/cliff/cliff-3.9.0.ebuild5
1 files changed, 2 insertions, 3 deletions
diff --git a/dev-python/cliff/cliff-3.9.0.ebuild b/dev-python/cliff/cliff-3.9.0.ebuild
index 814c8e563629..46f2548c2527 100644
--- a/dev-python/cliff/cliff-3.9.0.ebuild
+++ b/dev-python/cliff/cliff-3.9.0.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{8..9} )
+PYTHON_COMPAT=( python3_{8..10} )
# TODO: revert to rdepend once this is merged
# https://github.com/openstack/cliff/pull/3
DISTUTILS_USE_SETUPTOOLS=manual
@@ -28,8 +28,7 @@ RDEPEND="
>=dev-python/pyyaml-3.12.0[${PYTHON_USEDEP}]
"
BDEPEND="
- >=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
- !~dev-python/pbr-2.1.0
+ >dev-python/pbr-2.1.0[${PYTHON_USEDEP}]
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/sphinx[${PYTHON_USEDEP}]