diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-08-19 07:34:08 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-08-19 07:46:41 +0200 |
commit | 9ce00ae14b5ce1bfdf81966dd5c0922bb5cd566a (patch) | |
tree | d57d1d2a8b23c1e065f817f38746c70c49bd92d3 /dev-python/python-cinderclient | |
parent | dev-python/python-glanceclient: Remove duplicate prettytable dep (diff) | |
download | gentoo-9ce00ae14b5ce1bfdf81966dd5c0922bb5cd566a.tar.gz gentoo-9ce00ae14b5ce1bfdf81966dd5c0922bb5cd566a.tar.bz2 gentoo-9ce00ae14b5ce1bfdf81966dd5c0922bb5cd566a.zip |
dev-python/python-cinderclient: Remove stale < dep on prettytable
The tests pass now, with dev-python/prettytable-3.8.0.
Closes: https://bugs.gentoo.org/883563
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/python-cinderclient')
-rw-r--r-- | dev-python/python-cinderclient/python-cinderclient-9.3.0.ebuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/dev-python/python-cinderclient/python-cinderclient-9.3.0.ebuild b/dev-python/python-cinderclient/python-cinderclient-9.3.0.ebuild index 754c5edd0fd0..bf305a5e6b34 100644 --- a/dev-python/python-cinderclient/python-cinderclient-9.3.0.ebuild +++ b/dev-python/python-cinderclient/python-cinderclient-9.3.0.ebuild @@ -5,7 +5,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools PYPI_NO_NORMALIZE=1 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..11} ) inherit distutils-r1 pypi @@ -29,7 +29,6 @@ RDEPEND=" >=dev-python/requests-2.25.1[${PYTHON_USEDEP}] >=dev-python/stevedore-3.3.0[${PYTHON_USEDEP}] " -# Tests fail with dev-python/prettytable-3.4.0 BDEPEND=" dev-python/pbr[${PYTHON_USEDEP}] test? ( @@ -38,7 +37,6 @@ BDEPEND=" dev-python/oslo-serialization[${PYTHON_USEDEP}] dev-python/requests-mock[${PYTHON_USEDEP}] dev-python/testtools[${PYTHON_USEDEP}] - <dev-python/prettytable-3.4.0[${PYTHON_USEDEP}] ) " |