diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2017-02-27 09:12:49 -0600 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2017-02-27 09:12:49 -0600 |
commit | 9b1fb940a1f8b8ddc0b296a0788a076d6b228da3 (patch) | |
tree | 064aee4ce7aed993403d34db97918fb0f3a1054f /dev-python/aodhclient/aodhclient-0.8.0.ebuild | |
parent | dev-python/debtcollector: fixing missing python_prepare_all section (diff) | |
download | gentoo-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/aodhclient/aodhclient-0.8.0.ebuild')
-rw-r--r-- | dev-python/aodhclient/aodhclient-0.8.0.ebuild | 6 |
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 -} |