dev-python/python-swiftclient: fixing python_prepare to python_prepare_all
authorMatthew Thode <prometheanfire@gentoo.org>
Sat, 1 Oct 2016 19:20:48 +0000 (14:20 -0500)
committerMatthew Thode <prometheanfire@gentoo.org>
Sat, 1 Oct 2016 19:27:40 +0000 (14:27 -0500)
Package-Manager: portage-2.3.0

dev-python/python-swiftclient/python-swiftclient-3.1.0.ebuild

index 366856153b1275f009e1f1cb8c248ba3af59cd5f..b9ec30745198110e8df1d88fc7f415c415adafaf 100644 (file)
@@ -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() {