Missing upstream dep, fixes: from oslo_log import log as logging
authorRobin H. Johnson <robbat2@gentoo.org>
Sun, 4 Oct 2015 21:11:18 +0000 (14:11 -0700)
committerRobin H. Johnson <robbat2@gentoo.org>
Sun, 4 Oct 2015 21:12:20 +0000 (14:12 -0700)
Package-Manager: portage-2.2.20.1

dev-python/python-saharaclient/python-saharaclient-0.11.0.ebuild

index 17c213c067562220650e484a24efb616a967008c..c14fac76676f84e02c9c0c5668d333891742aa2b 100644 (file)
@@ -50,7 +50,8 @@ RDEPEND="
        >=dev-python/requests-2.5.2[${PYTHON_USEDEP}]
        >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
        >=dev-python/prettytable-0.7[${PYTHON_USEDEP}]
-       <dev-python/prettytable-0.8[${PYTHON_USEDEP}]"
+       <dev-python/prettytable-0.8[${PYTHON_USEDEP}]
+       >=dev-python/oslo-log-1.10.0[${PYTHON_USEDEP}]"
 
 python_prepare_all() {
        sed -i '/^argparse/d' requirements.txt || die