summaryrefslogtreecommitdiff
path: root/dev-lang/python/python-3.12.4.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-lang/python/python-3.12.4.ebuild')
-rw-r--r--dev-lang/python/python-3.12.4.ebuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/dev-lang/python/python-3.12.4.ebuild b/dev-lang/python/python-3.12.4.ebuild
index 5ae290e1e120..f7e54652dedc 100644
--- a/dev-lang/python/python-3.12.4.ebuild
+++ b/dev-lang/python/python-3.12.4.ebuild
@@ -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
}