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-swiftclient/
Date: Sat, 01 Oct 2016 19:28:36
Message-Id: 1475350060.2f3a57f34caa0d0b6e216bdd5e0ace87ffa5821a.prometheanfire@gentoo
1 commit: 2f3a57f34caa0d0b6e216bdd5e0ace87ffa5821a
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 1 19:20:48 2016 +0000
4 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 1 19:27:40 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f3a57f3
7
8 dev-python/python-swiftclient: fixing python_prepare to python_prepare_all
9
10 Package-Manager: portage-2.3.0
11
12 dev-python/python-swiftclient/python-swiftclient-3.1.0.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-python/python-swiftclient/python-swiftclient-3.1.0.ebuild b/dev-python/python-swiftclient/python-swiftclient-3.1.0.ebuild
16 index 3668561..b9ec307 100644
17 --- a/dev-python/python-swiftclient/python-swiftclient-3.1.0.ebuild
18 +++ b/dev-python/python-swiftclient/python-swiftclient-3.1.0.ebuild
19 @@ -39,9 +39,9 @@ RDEPEND="virtual/python-futures[${PYTHON_USEDEP}]
20
21 #PATCHES=( "${FILESDIR}/CVE-2013-6396.patch" )
22
23 -python_prepare() {
24 +python_prepare_all() {
25 sed -i '/hacking/d' "${S}/test-requirements.txt" || die "sed failed"
26 - distutils-r1_python_prepare
27 + distutils-r1_python_prepare_all
28 }
29
30 python_compile_all() {