summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/python-openstackclient/python-openstackclient-3.14.0.ebuild')
-rw-r--r--dev-python/python-openstackclient/python-openstackclient-3.14.0.ebuild7
1 files changed, 0 insertions, 7 deletions
diff --git a/dev-python/python-openstackclient/python-openstackclient-3.14.0.ebuild b/dev-python/python-openstackclient/python-openstackclient-3.14.0.ebuild
index 04f24cf6e5aa..303907280d1b 100644
--- a/dev-python/python-openstackclient/python-openstackclient-3.14.0.ebuild
+++ b/dev-python/python-openstackclient/python-openstackclient-3.14.0.ebuild
@@ -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
-}