commit: 9b1fb940a1f8b8ddc0b296a0788a076d6b228da3
Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 27 15:12:49 2017 +0000
Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Mon Feb 27 15:12:49 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b1fb940
dev-python/aodhclient: no test-requirements file, bug 611100
Package-Manager: Portage-2.3.3, Repoman-2.3.1
dev-python/aodhclient/aodhclient-0.8.0.ebuild | 6 ------
1 file changed, 6 deletions(-)
diff --git a/dev-python/aodhclient/aodhclient-0.8.0.ebuild
b/dev-python/aodhclient/aodhclient-0.8.0.ebuild
index ebd7ac8f8c..d262657f4f 100644
--- a/dev-python/aodhclient/aodhclient-0.8.0.ebuild
+++ b/dev-python/aodhclient/aodhclient-0.8.0.ebuild
@@ -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
-}