diff options
Diffstat (limited to 'meta/recipes-devtools/python/python3-numpy_1.23.4.bb')
| -rw-r--r-- | meta/recipes-devtools/python/python3-numpy_1.23.4.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-numpy_1.23.4.bb b/meta/recipes-devtools/python/python3-numpy_1.23.4.bb index d9172692b5..679a6f4081 100644 --- a/meta/recipes-devtools/python/python3-numpy_1.23.4.bb +++ b/meta/recipes-devtools/python/python3-numpy_1.23.4.bb | |||
| @@ -16,6 +16,7 @@ SRC_URI = "${GITHUB_BASE_URI}/download/v${PV}/${SRCNAME}-${PV}.tar.gz \ | |||
| 16 | SRC_URI[sha256sum] = "ed2cc92af0efad20198638c69bb0fc2870a58dabfba6eb722c933b48556c686c" | 16 | SRC_URI[sha256sum] = "ed2cc92af0efad20198638c69bb0fc2870a58dabfba6eb722c933b48556c686c" |
| 17 | 17 | ||
| 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 | 20 | ||
| 20 | DEPENDS += "python3-cython-native" | 21 | DEPENDS += "python3-cython-native" |
| 21 | 22 | ||
