summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan McDougall <daniel.mcdougall@liftoffsoftware.com>2012-07-13 09:11:55 +0000
committerEric Bénard <eric@eukrea.com>2012-07-13 11:27:19 +0200
commit96e54112fbb13395df48b991cb4cfb77210b2e69 (patch)
tree93c623665b6db2b3756b7d1f33db16a2e09a1077
parent20458d62f8a1c076282b3dc1882ac887f4831086 (diff)
downloadmeta-openembedded-96e54112fbb13395df48b991cb4cfb77210b2e69.tar.gz
python-numpy: Fixed numpy dependencies.
Numpy was missing a number of dependencies in the .bb file without which it will not work. Signed-off-by: Dan McDougall <daniel.mcdougall@liftoffsoftware.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Eric Bénard <eric@eukrea.com>
-rw-r--r--meta-oe/recipes-devtools/python/python-numpy_1.4.1.bb5
1 files changed, 5 insertions, 0 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 36ab6229d..bae624ef7 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
@@ -24,3 +24,8 @@ do_compile_prepend() {
24 24
25SRC_URI[md5sum] = "5c7b5349dc3161763f7f366ceb96516b" 25SRC_URI[md5sum] = "5c7b5349dc3161763f7f366ceb96516b"
26SRC_URI[sha256sum] = "2e7bb84573e5123e07f3c919fd433bc09b78d606252b6b719e385c2a981d8e06" 26SRC_URI[sha256sum] = "2e7bb84573e5123e07f3c919fd433bc09b78d606252b6b719e385c2a981d8e06"
27
28RDEPENDS_${PN} = "python-unittest \
29 python-diffutils \
30 python-pprint \
31 "