dev-python/python-glanceclient: Remove mistaken dep on ordereddict
authorMichał Górny <mgorny@gentoo.org>
Sun, 12 Jan 2020 11:19:52 +0000 (12:19 +0100)
committerMichał Górny <mgorny@gentoo.org>
Sun, 12 Jan 2020 11:25:14 +0000 (12:25 +0100)
ordereddict is only useful for Python < 2.7, and is not used in this
package at all.

Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/python-glanceclient/python-glanceclient-2.13.1.ebuild
dev-python/python-glanceclient/python-glanceclient-2.16.0.ebuild

index 97b87f8c38a2f1eebb6578d9efd57578fb7400ce..4e68a3f1c2554214a72808c9d78f2c2c4cb428e3 100644 (file)
@@ -26,7 +26,6 @@ DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
                >=dev-python/coverage-4.0[${PYTHON_USEDEP}]
                !~dev-python/coverage-4.4[${PYTHON_USEDEP}]
                >=dev-python/mock-2.0.0[${PYTHON_USEDEP}]
-               >=dev-python/ordereddict-1.1[$(python_gen_usedep 'python2_7')]
                >=dev-python/os-client-config-1.28.0[${PYTHON_USEDEP}]
                >=dev-python/openstackdocstheme-1.18.1[${PYTHON_USEDEP}]
                >=dev-python/reno-2.5.0[${PYTHON_USEDEP}]
index b190b3ec4edecdce3a519a03aa37f15849390906..ef647a836996f7fb1fe16e6b32d701adb37e4e95 100644 (file)
@@ -25,7 +25,6 @@ DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
                >=dev-python/coverage-4.0[${PYTHON_USEDEP}]
                !~dev-python/coverage-4.4[${PYTHON_USEDEP}]
                >=dev-python/mock-2.0.0[${PYTHON_USEDEP}]
-               >=dev-python/ordereddict-1.1[$(python_gen_usedep 'python2_7')]
                >=dev-python/os-client-config-1.28.0[${PYTHON_USEDEP}]
                >=dev-python/openstackdocstheme-1.18.1[${PYTHON_USEDEP}]
                >=dev-python/reno-2.5.0[${PYTHON_USEDEP}]