summaryrefslogtreecommitdiff
path: root/dev-python/numpy
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/numpy')
-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 89e0cf8de4b1..ccc124e43ec2 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
}