summaryrefslogtreecommitdiff
path: root/dev-python/numpy/numpy-1.24.4-r1.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-08-05 09:19:42 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-08-05 09:19:42 +0100
commita14be3350a832e70959d0b2386bc43c3b95f82e1 (patch)
treea0bd34e3c1e8ca9489d08f257a5f29171d4bfe7f /dev-python/numpy/numpy-1.24.4-r1.ebuild
parent9d86a2177f8ea7e726ba388e4ee28007def4d4ac (diff)
gentoo auto-resync : 05:08:2023 - 09:19:42
Diffstat (limited to 'dev-python/numpy/numpy-1.24.4-r1.ebuild')
-rw-r--r--dev-python/numpy/numpy-1.24.4-r1.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-python/numpy/numpy-1.24.4-r1.ebuild b/dev-python/numpy/numpy-1.24.4-r1.ebuild
index 1320287bdbe2..5db2ffe20ea8 100644
--- a/dev-python/numpy/numpy-1.24.4-r1.ebuild
+++ b/dev-python/numpy/numpy-1.24.4-r1.ebuild
@@ -110,6 +110,7 @@ python_prepare_all() {
gawk -i inplace -v "enabled_flags=${enabled_flags[*]}" \
-f "${FILESDIR}"/replace_cpuflags.awk \
numpy/distutils/ccompiler_opt.py || die
+ rm -f numpy/distutils/tests/test_ccompiler_opt.py || die
distutils-r1_python_prepare_all
}