diff mbox series

[2/2] python3-numpy: remove unused CLEANBROKEN

Message ID 20231002102320.3692433-2-ross.burton@arm.com
State New
Headers show
Series [1/2] remove obsolete workaround (https://github.com/python/cpython/commit/33d95c6facdfda3c8c0feffa7a99184e4abc2f63) | expand

Commit Message

Ross Burton Oct. 2, 2023, 10:23 a.m. UTC
From: Ross Burton <ross.burton@arm.com>

CLEANBROKEN isn't used by setuptools3, so remove it.

Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 meta/recipes-devtools/python/python3-numpy_1.26.0.bb | 2 --
 1 file changed, 2 deletions(-)
diff mbox series

Patch

diff --git a/meta/recipes-devtools/python/python3-numpy_1.26.0.bb b/meta/recipes-devtools/python/python3-numpy_1.26.0.bb
index 3ae40a33fb4..92785d00a65 100644
--- a/meta/recipes-devtools/python/python3-numpy_1.26.0.bb
+++ b/meta/recipes-devtools/python/python3-numpy_1.26.0.bb
@@ -24,8 +24,6 @@  inherit ptest setuptools3 github-releases
 
 S = "${WORKDIR}/numpy-${PV}"
 
-CLEANBROKEN = "1"
-
 do_compile:prepend() {
     export NPY_DISABLE_SVML=1
 }