mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-30 10:38:07 -07:00
dev-python/psutil: Force -j1
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -39,3 +39,9 @@ python_test() {
|
||||
TRAVIS=1 APPVEYOR=1 "${EPYTHON}" psutil/tests/__main__.py ||
|
||||
die "tests failed with ${EPYTHON}"
|
||||
}
|
||||
|
||||
python_compile() {
|
||||
# force -j1 to avoid .o linking race conditions
|
||||
local MAKEOPTS=-j1
|
||||
distutils-r1_python_compile
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user