diff options
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 | ||
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 = "" |