commit: 2f3a57f34caa0d0b6e216bdd5e0ace87ffa5821a
Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 1 19:20:48 2016 +0000
Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Sat Oct 1 19:27:40 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f3a57f3
dev-python/python-swiftclient: fixing python_prepare to python_prepare_all
Package-Manager: portage-2.3.0
dev-python/python-swiftclient/python-swiftclient-3.1.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/python-swiftclient/python-swiftclient-3.1.0.ebuild
b/dev-python/python-swiftclient/python-swiftclient-3.1.0.ebuild
index 3668561..b9ec307 100644
--- a/dev-python/python-swiftclient/python-swiftclient-3.1.0.ebuild
+++ b/dev-python/python-swiftclient/python-swiftclient-3.1.0.ebuild
@@ -39,9 +39,9 @@ RDEPEND="virtual/python-futures[${PYTHON_USEDEP}]
#PATCHES=( "${FILESDIR}/CVE-2013-6396.patch" )
-python_prepare() {
+python_prepare_all() {
sed -i '/hacking/d' "${S}/test-requirements.txt" || die "sed failed"
- distutils-r1_python_prepare
+ distutils-r1_python_prepare_all
}
python_compile_all() {