diff options
author | Alejandro Hernandez <alejandro.hernandez@linux.intel.com> | 2016-01-19 21:56:30 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-01-20 17:07:15 +0000 |
commit | 918149d340c93227fa2cc97ea2a9013983f487e6 (patch) | |
tree | 6ad9a61625be21abf5d04765ff1e24c706df9bc2 /meta/recipes-devtools | |
parent | eae758496e5fab0cb10b72c4539225e669d00e1d (diff) | |
download | poky-918149d340c93227fa2cc97ea2a9013983f487e6.tar.gz |
python-numpy: upgrade to 1.10.4
Updates runtime dependencies, numpy now depends on python-ctypes and python-threading.
(From OE-Core rev: d76756150ef749899906a7df98df8712ab73dc8f)
Signed-off-by: Alejandro Hernandez <alejandro.hernandez@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/python/python-numpy_1.10.4.bb (renamed from meta/recipes-devtools/python/python-numpy_1.10.1.bb) | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/meta/recipes-devtools/python/python-numpy_1.10.1.bb b/meta/recipes-devtools/python/python-numpy_1.10.4.bb index 693020efdc..01bf9fba21 100644 --- a/meta/recipes-devtools/python/python-numpy_1.10.1.bb +++ b/meta/recipes-devtools/python/python-numpy_1.10.4.bb | |||
@@ -69,8 +69,8 @@ do_compile_prepend_class-target() { | |||
69 | 69 | ||
70 | FILES_${PN}-staticdev += "${PYTHON_SITEPACKAGES_DIR}/numpy/core/lib/*.a" | 70 | FILES_${PN}-staticdev += "${PYTHON_SITEPACKAGES_DIR}/numpy/core/lib/*.a" |
71 | 71 | ||
72 | SRC_URI[md5sum] = "3fed2b50906bc19018cec5fa26168aa5" | 72 | SRC_URI[md5sum] = "90bb9034652cefbada19cf7d141a6a61" |
73 | SRC_URI[sha256sum] = "8b9f453f29ce96a14e625100d3dcf8926301d36c5f622623bf8820e748510858" | 73 | SRC_URI[sha256sum] = "f7f91842056a7cf680b0eaf8cefc5e46c69e2521e651128d2e6aaaccec8652ae" |
74 | 74 | ||
75 | # install what is needed for numpy.test() | 75 | # install what is needed for numpy.test() |
76 | RDEPENDS_${PN} = "python-unittest \ | 76 | RDEPENDS_${PN} = "python-unittest \ |
@@ -91,6 +91,8 @@ RDEPENDS_${PN} = "python-unittest \ | |||
91 | python-email \ | 91 | python-email \ |
92 | python-subprocess \ | 92 | python-subprocess \ |
93 | python-compression \ | 93 | python-compression \ |
94 | python-ctypes \ | ||
95 | python-threading \ | ||
94 | " | 96 | " |
95 | 97 | ||
96 | RDEPENDS_${PN}_class-native = "" | 98 | RDEPENDS_${PN}_class-native = "" |