mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-30 13:00:02 +00:00
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>
This commit is contained in:
@@ -24,3 +24,8 @@ do_compile_prepend() {
|
||||
|
||||
SRC_URI[md5sum] = "5c7b5349dc3161763f7f366ceb96516b"
|
||||
SRC_URI[sha256sum] = "2e7bb84573e5123e07f3c919fd433bc09b78d606252b6b719e385c2a981d8e06"
|
||||
|
||||
RDEPENDS_${PN} = "python-unittest \
|
||||
python-diffutils \
|
||||
python-pprint \
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user