commit:     9ce00ae14b5ce1bfdf81966dd5c0922bb5cd566a
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 19 05:34:08 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Aug 19 05:46:41 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ce00ae1

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 <AT> gentoo.org>

 dev-python/python-cinderclient/python-cinderclient-9.3.0.ebuild | 4 +---
 1 file changed, 1 insertion(+), 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}]
        )
 "
 

Reply via email to