diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-12-05 16:44:32 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-12-05 16:44:32 +0100 |
commit | 3ac70a0449deb70aa93c2129085cf0de5cb72072 (patch) | |
tree | 144ee8cbfe187e139b237053c2af777c706ccb5d /dev-python/python-glanceclient | |
parent | dev-python/python-ironicclient: Stabilize 5.4.0 arm64, #918358 (diff) | |
download | gentoo-3ac70a0449deb70aa93c2129085cf0de5cb72072.tar.gz gentoo-3ac70a0449deb70aa93c2129085cf0de5cb72072.tar.bz2 gentoo-3ac70a0449deb70aa93c2129085cf0de5cb72072.zip |
dev-python/python-glanceclient: Require <dev-python/urllib3-2 for testing
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/python-glanceclient')
-rw-r--r-- | dev-python/python-glanceclient/python-glanceclient-4.4.0-r1.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-python/python-glanceclient/python-glanceclient-4.4.0-r1.ebuild b/dev-python/python-glanceclient/python-glanceclient-4.4.0-r1.ebuild index 232d8a4bb350..3c609ea792f3 100644 --- a/dev-python/python-glanceclient/python-glanceclient-4.4.0-r1.ebuild +++ b/dev-python/python-glanceclient/python-glanceclient-4.4.0-r1.ebuild @@ -40,6 +40,7 @@ BDEPEND=" dev-python/tempest[${PYTHON_USEDEP}] dev-python/testscenarios[${PYTHON_USEDEP}] dev-python/testtools[${PYTHON_USEDEP}] + <dev-python/urllib3-2[${PYTHON_USEDEP}] ) " |