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 09:20:04 +0000 |
commit | d76756150ef749899906a7df98df8712ab73dc8f (patch) | |
tree | 82712ef5e5d884c4485764ea77952857931a970c /meta/recipes-devtools/python | |
parent | 40be0875dc5c01520486f5467579588b7e745829 (diff) | |
download | openembedded-core-d76756150ef749899906a7df98df8712ab73dc8f.tar.gz openembedded-core-d76756150ef749899906a7df98df8712ab73dc8f.tar.bz2 openembedded-core-d76756150ef749899906a7df98df8712ab73dc8f.zip |
python-numpy: upgrade to 1.10.4
Updates runtime dependencies, numpy now depends on python-ctypes and python-threading.
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/python')
-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() { FILES_${PN}-staticdev += "${PYTHON_SITEPACKAGES_DIR}/numpy/core/lib/*.a" -SRC_URI[md5sum] = "3fed2b50906bc19018cec5fa26168aa5" -SRC_URI[sha256sum] = "8b9f453f29ce96a14e625100d3dcf8926301d36c5f622623bf8820e748510858" +SRC_URI[md5sum] = "90bb9034652cefbada19cf7d141a6a61" +SRC_URI[sha256sum] = "f7f91842056a7cf680b0eaf8cefc5e46c69e2521e651128d2e6aaaccec8652ae" # install what is needed for numpy.test() RDEPENDS_${PN} = "python-unittest \ @@ -91,6 +91,8 @@ RDEPENDS_${PN} = "python-unittest \ python-email \ python-subprocess \ python-compression \ + python-ctypes \ + python-threading \ " RDEPENDS_${PN}_class-native = "" |