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:
Mike Gilbert
2019-08-04 13:09:46 -04:00
parent 42ae4f57eb
commit a73e3b27ee

View File

@@ -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