diff options
author | Sam James <sam@gentoo.org> | 2024-06-09 22:00:44 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-06-09 22:05:34 +0100 |
commit | 174a3b8f6ee95db60dff97a32fcab6d4b1fa08f0 (patch) | |
tree | e2d9697b8b7f18d4cccb9e00a4bb72c2873b3b65 /dev-lang | |
parent | games-strategy/s25rttr: Fix boost compatibility issues with patch (diff) | |
download | gentoo-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.ebuild | 3 |
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 } |