summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2017-02-27 09:12:49 -0600
committerMatthew Thode <prometheanfire@gentoo.org>2017-02-27 09:12:49 -0600
commit9b1fb940a1f8b8ddc0b296a0788a076d6b228da3 (patch)
tree064aee4ce7aed993403d34db97918fb0f3a1054f /dev-python
parentdev-python/debtcollector: fixing missing python_prepare_all section (diff)
downloadgentoo-9b1fb940a1f8b8ddc0b296a0788a076d6b228da3.tar.gz
gentoo-9b1fb940a1f8b8ddc0b296a0788a076d6b228da3.tar.bz2
gentoo-9b1fb940a1f8b8ddc0b296a0788a076d6b228da3.zip
dev-python/aodhclient: no test-requirements file, bug 611100
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/aodhclient/aodhclient-0.8.0.ebuild6
1 files changed, 0 insertions, 6 deletions
diff --git a/dev-python/aodhclient/aodhclient-0.8.0.ebuild b/dev-python/aodhclient/aodhclient-0.8.0.ebuild
index ebd7ac8f8cd2..d262657f4fdc 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
-}