Gentoo Archives: gentoo-commits

From: Matt Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/aodhclient/
Date: Mon, 27 Feb 2017 15:13:12
Message-Id: 1488208369.9b1fb940a1f8b8ddc0b296a0788a076d6b228da3.prometheanfire@gentoo
1 commit: 9b1fb940a1f8b8ddc0b296a0788a076d6b228da3
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 27 15:12:49 2017 +0000
4 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 27 15:12:49 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b1fb940
7
8 dev-python/aodhclient: no test-requirements file, bug 611100
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 dev-python/aodhclient/aodhclient-0.8.0.ebuild | 6 ------
13 1 file changed, 6 deletions(-)
14
15 diff --git a/dev-python/aodhclient/aodhclient-0.8.0.ebuild b/dev-python/aodhclient/aodhclient-0.8.0.ebuild
16 index ebd7ac8f8c..d262657f4f 100644
17 --- a/dev-python/aodhclient/aodhclient-0.8.0.ebuild
18 +++ b/dev-python/aodhclient/aodhclient-0.8.0.ebuild
19 @@ -31,9 +31,3 @@ RDEPEND="
20 >=dev-python/debtcollector-1.3.0[${PYTHON_USEDEP}]
21 dev-python/pyparsing[${PYTHON_USEDEP}]
22 "
23 -
24 -python_prepare_all() {
25 - # built in...
26 - sed -i '/^hacking/d' test-requirements.txt || die
27 - distutils-r1_python_prepare_all
28 -}