summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python
diff options
context:
space:
mode:
authorAlejandro Hernandez <alejandro.hernandez@linux.intel.com>2016-01-19 21:56:30 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-01-20 17:07:15 +0000
commit918149d340c93227fa2cc97ea2a9013983f487e6 (patch)
tree6ad9a61625be21abf5d04765ff1e24c706df9bc2 /meta/recipes-devtools/python
parenteae758496e5fab0cb10b72c4539225e669d00e1d (diff)
downloadpoky-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/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() {
69 69
70FILES_${PN}-staticdev += "${PYTHON_SITEPACKAGES_DIR}/numpy/core/lib/*.a" 70FILES_${PN}-staticdev += "${PYTHON_SITEPACKAGES_DIR}/numpy/core/lib/*.a"
71 71
72SRC_URI[md5sum] = "3fed2b50906bc19018cec5fa26168aa5" 72SRC_URI[md5sum] = "90bb9034652cefbada19cf7d141a6a61"
73SRC_URI[sha256sum] = "8b9f453f29ce96a14e625100d3dcf8926301d36c5f622623bf8820e748510858" 73SRC_URI[sha256sum] = "f7f91842056a7cf680b0eaf8cefc5e46c69e2521e651128d2e6aaaccec8652ae"
74 74
75# install what is needed for numpy.test() 75# install what is needed for numpy.test()
76RDEPENDS_${PN} = "python-unittest \ 76RDEPENDS_${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
96RDEPENDS_${PN}_class-native = "" 98RDEPENDS_${PN}_class-native = ""