mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-25 21:08:35 -07:00
dev-python/python-systemd: disable parallel build
Closes: https://bugs.gentoo.org/690316 Package-Manager: Portage-2.3.70_p2, Repoman-2.3.16_p22 Signed-off-by: Mike Gilbert <floppym@gentoo.org>
This commit is contained in:
@@ -27,9 +27,17 @@ RDEPEND="${COMMON_DEPEND}
|
||||
"
|
||||
|
||||
PATCHES=(
|
||||
# "${FILESDIR}"/233-xfail-bind.patch
|
||||
)
|
||||
|
||||
python_compile() {
|
||||
if python_is_python3; then
|
||||
# https://bugs.gentoo.org/690316
|
||||
distutils-r1_python_compile -j1
|
||||
else
|
||||
distutils-r1_python_compile
|
||||
fi
|
||||
}
|
||||
|
||||
python_test() {
|
||||
pushd "${BUILD_DIR}/lib" > /dev/null || die
|
||||
pytest -o cache_dir="${T}" -vv || die
|
||||
|
||||
Reference in New Issue
Block a user