summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3-numpy_1.22.2.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/python/python3-numpy_1.22.2.bb')
-rw-r--r--meta/recipes-devtools/python/python3-numpy_1.22.2.bb1
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python3-numpy_1.22.2.bb b/meta/recipes-devtools/python/python3-numpy_1.22.2.bb
index 43e7427eab..6ceb451ff3 100644
--- a/meta/recipes-devtools/python/python3-numpy_1.22.2.bb
+++ b/meta/recipes-devtools/python/python3-numpy_1.22.2.bb
@@ -20,7 +20,6 @@ UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)\.tar"
20DEPENDS += "python3-cython-native" 20DEPENDS += "python3-cython-native"
21 21
22inherit ptest setuptools3 22inherit ptest setuptools3
23PIP_INSTALL_PACKAGE = "numpy"
24 23
25S = "${WORKDIR}/numpy-${PV}" 24S = "${WORKDIR}/numpy-${PV}"
26 25