mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-30 22:48:07 -07:00
Drop deprecated usage of DISTUTILS_NO_PARALLEL_BUILD
Signed-off-by: Justin Lecher <jlec@gentoo.org>
This commit is contained in:
@@ -44,8 +44,6 @@ python_prepare_all() {
|
||||
}
|
||||
|
||||
python_test() {
|
||||
local DISTUTILS_NO_PARALLEL_BUILD=TRUE
|
||||
|
||||
rm -f "${HOME}"/.pydistutils.cfg || die "Couldn't remove pydistutils.cfg"
|
||||
|
||||
distutils_install_for_testing
|
||||
|
||||
@@ -45,8 +45,6 @@ python_prepare_all() {
|
||||
}
|
||||
|
||||
python_test() {
|
||||
local DISTUTILS_NO_PARALLEL_BUILD=TRUE
|
||||
|
||||
rm -f "${HOME}"/.pydistutils.cfg || die "Couldn't remove pydistutils.cfg"
|
||||
|
||||
distutils_install_for_testing
|
||||
|
||||
Reference in New Issue
Block a user