diff options
Diffstat (limited to 'meta/recipes-devtools/python-numpy/python-numpy.inc')
-rw-r--r-- | meta/recipes-devtools/python-numpy/python-numpy.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/python-numpy/python-numpy.inc b/meta/recipes-devtools/python-numpy/python-numpy.inc index 0bff979a6b..6a437e7c3c 100644 --- a/meta/recipes-devtools/python-numpy/python-numpy.inc +++ b/meta/recipes-devtools/python-numpy/python-numpy.inc | |||
@@ -9,8 +9,8 @@ SRC_URI = "https://github.com/${SRCNAME}/${SRCNAME}/releases/download/v${PV}/${S | |||
9 | file://0001-Don-t-search-usr-and-so-on-for-libraries-by-default-.patch \ | 9 | file://0001-Don-t-search-usr-and-so-on-for-libraries-by-default-.patch \ |
10 | file://0001-convert-shebang-from-python-to-python3.patch \ | 10 | file://0001-convert-shebang-from-python-to-python3.patch \ |
11 | " | 11 | " |
12 | SRC_URI[md5sum] = "cd631c761f141d382b4e1b31c8232fc0" | 12 | SRC_URI[md5sum] = "70e6c294f8dffa8d630eda1b0d42ae4d" |
13 | SRC_URI[sha256sum] = "93ee59ec38f3bf8f9a42d5f4301f60e6825a4a6385a145f70badcd2bf2a11134" | 13 | SRC_URI[sha256sum] = "e0781ec6627e85f2a618478ee278893343fb8b40577b4c74b2ec15c7a5b8f698" |
14 | 14 | ||
15 | UPSTREAM_CHECK_URI = "https://github.com/numpy/numpy/releases" | 15 | UPSTREAM_CHECK_URI = "https://github.com/numpy/numpy/releases" |
16 | UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)\.tar" | 16 | UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)\.tar" |