dev-lang/python: bacpkort wheel-pkg-dir test fix to 3.12.4

As suggested by mgorny, it's from 3.13*.

Closes: https://bugs.gentoo.org/933743
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2024-06-09 22:00:44 +01:00
parent c67607be46
commit 174a3b8f6e

View File

@@ -135,6 +135,9 @@ src_prepare() {
# https://bugs.gentoo.org/737660
sed -i -e "s:-j0:-j$(makeopts_jobs):" Makefile.pre.in || die
# breaks tests when using --with-wheel-pkg-dir
rm -r Lib/test/wheeldata || die
eautoreconf
}