dev-python/python-swiftclient: fixing python_prepare to python_prepare_all

Package-Manager: portage-2.3.0
This commit is contained in:
Matthew Thode
2016-10-01 14:20:48 -05:00
parent ff98dcae9f
commit 2f3a57f34c

View 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() {