commit: 304f607baa0d33f4a418847b88878155120a5227 Author: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org> AuthorDate: Sun Oct 4 21:11:18 2015 +0000 Commit: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org> CommitDate: Sun Oct 4 21:12:20 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=304f607b
Missing upstream dep, fixes: from oslo_log import log as logging Package-Manager: portage-2.2.20.1 dev-python/python-saharaclient/python-saharaclient-0.11.0.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 17c213c..c14fac7 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/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