dev-python/python-openstackclient: more cleanup
authorMatthew Thode <prometheanfire@gentoo.org>
Sat, 24 Feb 2018 05:09:25 +0000 (23:09 -0600)
committerMatthew Thode <prometheanfire@gentoo.org>
Sat, 24 Feb 2018 05:51:35 +0000 (23:51 -0600)
Package-Manager: Portage-2.3.19, Repoman-2.3.6

dev-python/python-openstackclient/python-openstackclient-3.14.0.ebuild

index 04f24cf6e5aaf8f2573d483223ddf230b878f5e6..303907280d1b10e0d75dd385d4c6d3c77ef9026e 100644 (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
-}