eclass/distutils-r1: Sync with Gentoo

It's from Gentoo commit cb29d30827b95294692cfbdc471dbd7d201ce0ea.
This commit is contained in:
Flatcar Buildbot 2025-05-05 07:08:27 +00:00 committed by Krzesimir Nowak
parent ec61088d92
commit edf429ef2e

View File

@ -1717,7 +1717,6 @@ distutils-r1_python_install() {
# python likes to compile any module it sees, which triggers sandbox # python likes to compile any module it sees, which triggers sandbox
# failures if some packages haven't compiled their modules yet. # failures if some packages haven't compiled their modules yet.
addpredict "${EPREFIX}/usr/lib/${EPYTHON}" addpredict "${EPREFIX}/usr/lib/${EPYTHON}"
addpredict "${EPREFIX}/usr/lib/pypy3.10"
addpredict "${EPREFIX}/usr/local" # bug 498232 addpredict "${EPREFIX}/usr/local" # bug 498232
if [[ ! ${DISTUTILS_SINGLE_IMPL} ]]; then if [[ ! ${DISTUTILS_SINGLE_IMPL} ]]; then