From: Robin H. Johnson Date: Sun, 4 Oct 2015 21:11:18 +0000 (-0700) Subject: Missing upstream dep, fixes: from oslo_log import log as logging X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=304f607baa0d33f4a418847b88878155120a5227;p=gentoo.git Missing upstream dep, fixes: from oslo_log import log as logging Package-Manager: portage-2.2.20.1 --- diff --git a/dev-python/python-saharaclient/python-saharaclient-0.11.0.ebuild b/dev-python/python-saharaclient/python-saharaclient-0.11.0.ebuild index 17c213c06756..c14fac76676f 100644 --- a/dev-python/python-saharaclient/python-saharaclient-0.11.0.ebuild +++ b/dev-python/python-saharaclient/python-saharaclient-0.11.0.ebuild @@ -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/oslo-log-1.10.0[${PYTHON_USEDEP}]" python_prepare_all() { sed -i '/^argparse/d' requirements.txt || die