diff options
author | Ross Burton <ross.burton@intel.com> | 2012-11-26 12:28:19 +0000 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2012-12-16 21:11:43 +0100 |
commit | c5e5dab3610362c5b59550f04679ff26b5d7e987 (patch) | |
tree | a65c1b50c0a51924a3b487d10a6c02d6de36a6f7 | |
parent | faa67b1e9d3e713338321cdd2c4b5c10ce2599e9 (diff) | |
download | meta-openembedded-c5e5dab3610362c5b59550f04679ff26b5d7e987.tar.gz |
python-numpy: add missing runtime dependencies
MJ: added PR bump
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r-- | meta-oe/recipes-devtools/python/python-numpy_1.4.1.bb | 4 |
1 files changed, 3 insertions, 1 deletions
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 031d1cf20..2bede0925 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 | |||
@@ -2,7 +2,7 @@ DESCRIPTION = "A sophisticated Numeric Processing Package for Python" | |||
2 | SECTION = "devel/python" | 2 | SECTION = "devel/python" |
3 | LICENSE = "PSF" | 3 | LICENSE = "PSF" |
4 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3c42211d73c3faa1026e671dd39883fa" | 4 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3c42211d73c3faa1026e671dd39883fa" |
5 | PR = "r4" | 5 | PR = "r5" |
6 | 6 | ||
7 | SRC_URI = "${SOURCEFORGE_MIRROR}/numpy/numpy-${PV}.tar.gz \ | 7 | SRC_URI = "${SOURCEFORGE_MIRROR}/numpy/numpy-${PV}.tar.gz \ |
8 | ${CONFIGFILESURI} \ | 8 | ${CONFIGFILESURI} \ |
@@ -37,4 +37,6 @@ FILES_${PN}-staticdev += "${PYTHON_SITEPACKAGES_DIR}/numpy/core/lib/*.a" | |||
37 | RDEPENDS_${PN} = "python-unittest \ | 37 | RDEPENDS_${PN} = "python-unittest \ |
38 | python-difflib \ | 38 | python-difflib \ |
39 | python-pprint \ | 39 | python-pprint \ |
40 | python-pickle \ | ||
41 | python-shell \ | ||
40 | " | 42 | " |