summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2024-06-09 22:00:44 +0100
committerSam James <sam@gentoo.org>2024-06-09 22:05:34 +0100
commit174a3b8f6ee95db60dff97a32fcab6d4b1fa08f0 (patch)
treee2d9697b8b7f18d4cccb9e00a4bb72c2873b3b65 /dev-lang
parentgames-strategy/s25rttr: Fix boost compatibility issues with patch (diff)
downloadgentoo-174a3b8f6ee95db60dff97a32fcab6d4b1fa08f0.tar.gz
gentoo-174a3b8f6ee95db60dff97a32fcab6d4b1fa08f0.tar.bz2
gentoo-174a3b8f6ee95db60dff97a32fcab6d4b1fa08f0.zip
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>
Diffstat (limited to 'dev-lang')
-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
}