dev-python/redis-py: Drop deprecated usage of DISTUTILS_NO_PARALLEL_BUILD

Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher <jlec@gentoo.org>
This commit is contained in:
Justin Lecher
2015-10-22 13:07:14 +02:00
parent 5b4f54690e
commit be8aeb3b29
3 changed files with 0 additions and 18 deletions

View File

@@ -46,12 +46,6 @@ python_compile() {
fi
}
src_test() {
local DISTUTILS_NO_PARALLEL_BUILD=1
distutils-r1_src_test
}
python_test() {
# https://github.com/andymccurdy/redis-py/issues/503
# the suite is quite broken at this point but it's also the case in -2.9.1,

View File

@@ -45,12 +45,6 @@ python_compile() {
fi
}
src_test() {
# local DISTUTILS_NO_PARALLEL_BUILD=1
distutils-r1_src_test
}
python_test() {
local pidfile=${T}/redis-${EPYTHON}.pid
local sock=${T}/redis-${EPYTHON}.sock

View File

@@ -45,12 +45,6 @@ python_compile() {
fi
}
src_test() {
# local DISTUTILS_NO_PARALLEL_BUILD=1
distutils-r1_src_test
}
python_test() {
local pidfile=${T}/redis-${EPYTHON}.pid
local sock=${T}/redis-${EPYTHON}.sock