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/python-openstackclient/
Date: Sat, 24 Feb 2018 05:52:01
Message-Id: 1519451495.4948055a9200411f7567095ceba372948243a59f.prometheanfire@gentoo
1 commit: 4948055a9200411f7567095ceba372948243a59f
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 24 05:09:25 2018 +0000
4 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 24 05:51:35 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4948055a
7
8 dev-python/python-openstackclient: more cleanup
9
10 Package-Manager: Portage-2.3.19, Repoman-2.3.6
11
12 .../python-openstackclient/python-openstackclient-3.14.0.ebuild | 7 -------
13 1 file changed, 7 deletions(-)
14
15 diff --git a/dev-python/python-openstackclient/python-openstackclient-3.14.0.ebuild b/dev-python/python-openstackclient/python-openstackclient-3.14.0.ebuild
16 index 04f24cf6e5a..303907280d1 100644
17 --- a/dev-python/python-openstackclient/python-openstackclient-3.14.0.ebuild
18 +++ b/dev-python/python-openstackclient/python-openstackclient-3.14.0.ebuild
19 @@ -36,10 +36,3 @@ RDEPEND="
20 >=dev-python/python-novaclient-9.1.0[${PYTHON_USEDEP}]
21 >=dev-python/python-cinderclient-3.3.0[${PYTHON_USEDEP}]
22 "
23 -
24 -python_prepare_all() {
25 - sed -i '/^hacking/d' test-requirements.txt || die
26 - # clients aren't actually needed
27 - sed -i '/client\>/d' test-requirements.txt || die
28 - distutils-r1_python_prepare_all
29 -}