Missing upstream dep, fixes: from oslo_log import log as logging

Package-Manager: portage-2.2.20.1
This commit is contained in:
Robin H. Johnson
2015-10-04 14:11:18 -07:00
parent c4810c19f3
commit 304f607baa

View 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