dev-python/aodhclient: no test-requirements file, bug 611100
authorMatthew Thode <prometheanfire@gentoo.org>
Mon, 27 Feb 2017 15:12:49 +0000 (09:12 -0600)
committerMatthew Thode <prometheanfire@gentoo.org>
Mon, 27 Feb 2017 15:12:49 +0000 (09:12 -0600)
Package-Manager: Portage-2.3.3, Repoman-2.3.1

dev-python/aodhclient/aodhclient-0.8.0.ebuild

index ebd7ac8f8cd21c00eaf2b87367eee35e83b049cc..d262657f4fdc3b62c324a178d167f0037a4cd9df 100644 (file)
@@ -31,9 +31,3 @@ RDEPEND="
        >=dev-python/debtcollector-1.3.0[${PYTHON_USEDEP}]
        dev-python/pyparsing[${PYTHON_USEDEP}]
 "
-
-python_prepare_all() {
-       # built in...
-       sed -i '/^hacking/d' test-requirements.txt || die
-       distutils-r1_python_prepare_all
-}