mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-24 08:38:07 -07:00
dev-python/python-swiftclient: fixing python_prepare to python_prepare_all
Package-Manager: portage-2.3.0
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user