| Submitter | Ross Burton |
|---|---|
| Date | Nov. 26, 2012, 12:28 p.m. |
| Message ID | <1353932899-16796-2-git-send-email-ross.burton@intel.com> |
| Download | mbox | patch |
| Permalink | /patch/39607/ |
| State | Superseded, archived |
| Headers | show |
Comments
Patch
diff --git a/meta-oe/recipes-devtools/python/python-numpy_1.4.1.bb b/meta-oe/recipes-devtools/python/python-numpy_1.4.1.bb index 031d1cf..e0d9790 100644 --- a/meta-oe/recipes-devtools/python/python-numpy_1.4.1.bb +++ b/meta-oe/recipes-devtools/python/python-numpy_1.4.1.bb @@ -37,4 +37,6 @@ FILES_${PN}-staticdev += "${PYTHON_SITEPACKAGES_DIR}/numpy/core/lib/*.a" RDEPENDS_${PN} = "python-unittest \ python-difflib \ python-pprint \ + python-pickle \ + python-shell \ "
Signed-off-by: Ross Burton <ross.burton@intel.com> --- meta-oe/recipes-devtools/python/python-numpy_1.4.1.bb | 2 ++ 1 file changed, 2 insertions(+)