dev-python/python-openstackclient: more cleanup

Package-Manager: Portage-2.3.19, Repoman-2.3.6
This commit is contained in:
Matthew Thode
2018-02-23 23:09:25 -06:00
parent 06d004d36f
commit 4948055a92

View File

@@ -36,10 +36,3 @@ RDEPEND="
>=dev-python/python-novaclient-9.1.0[${PYTHON_USEDEP}]
>=dev-python/python-cinderclient-3.3.0[${PYTHON_USEDEP}]
"
python_prepare_all() {
sed -i '/^hacking/d' test-requirements.txt || die
# clients aren't actually needed
sed -i '/client\>/d' test-requirements.txt || die
distutils-r1_python_prepare_all
}