From: Matthew Thode Date: Mon, 27 Feb 2017 15:12:49 +0000 (-0600) Subject: dev-python/aodhclient: no test-requirements file, bug 611100 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=9b1fb940a1f8b8ddc0b296a0788a076d6b228da3;p=gentoo.git dev-python/aodhclient: no test-requirements file, bug 611100 Package-Manager: Portage-2.3.3, Repoman-2.3.1 --- 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 -}