diff options
Diffstat (limited to 'meta/recipes-devtools/python/python3-numpy_1.26.4.bb')
| -rw-r--r-- | meta/recipes-devtools/python/python3-numpy_1.26.4.bb | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/meta/recipes-devtools/python/python3-numpy_1.26.4.bb b/meta/recipes-devtools/python/python3-numpy_1.26.4.bb index 914245507c..fa78b07f48 100644 --- a/meta/recipes-devtools/python/python3-numpy_1.26.4.bb +++ b/meta/recipes-devtools/python/python3-numpy_1.26.4.bb | |||
| @@ -18,9 +18,7 @@ SRC_URI[sha256sum] = "2a02aba9ed12e4ac4eb3ea9421c420301a0c6460d9830d74a9df87efa4 | |||
| 18 | GITHUB_BASE_URI = "https://github.com/numpy/numpy/releases" | 18 | GITHUB_BASE_URI = "https://github.com/numpy/numpy/releases" |
| 19 | UPSTREAM_CHECK_REGEX = "releases/tag/v?(?P<pver>\d+(\.\d+)+)$" | 19 | UPSTREAM_CHECK_REGEX = "releases/tag/v?(?P<pver>\d+(\.\d+)+)$" |
| 20 | 20 | ||
| 21 | DEPENDS += "python3-cython-native" | 21 | inherit ptest setuptools3 github-releases cython |
| 22 | |||
| 23 | inherit ptest setuptools3 github-releases | ||
| 24 | 22 | ||
| 25 | S = "${WORKDIR}/numpy-${PV}" | 23 | S = "${WORKDIR}/numpy-${PV}" |
| 26 | 24 | ||
