From patchwork Wed Nov 18 18:09:08 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: python3-numpy: Add ldd runtime dependency on ptest package From: Khem Raj X-Patchwork-Id: 178035 Message-Id: <20201118180908.2708116-1-raj.khem@gmail.com> To: openembedded-core@lists.openembedded.org Cc: Khem Raj Date: Wed, 18 Nov 2020 10:09:08 -0800 Fixes E RuntimeError: command ['ldd'] cannot be run Signed-off-by: Khem Raj --- meta/recipes-devtools/python-numpy/python3-numpy_1.19.4.bb | 1 + 1 file changed, 1 insertion(+) -- 2.29.2 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#144785): https://lists.openembedded.org/g/openembedded-core/message/144785 Mute This Topic: https://lists.openembedded.org/mt/78346972/1003190 Group Owner: openembedded-core+owner@lists.openembedded.org Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [mhalstead@linuxfoundation.org] -=-=-=-=-=-=-=-=-=-=-=- diff --git a/meta/recipes-devtools/python-numpy/python3-numpy_1.19.4.bb b/meta/recipes-devtools/python-numpy/python3-numpy_1.19.4.bb index 08130821c8..5b448081d0 100644 --- a/meta/recipes-devtools/python-numpy/python3-numpy_1.19.4.bb +++ b/meta/recipes-devtools/python-numpy/python3-numpy_1.19.4.bb @@ -49,6 +49,7 @@ RDEPENDS_${PN} = "${PYTHON_PN}-unittest \ ${PYTHON_PN}-threading \ ${PYTHON_PN}-multiprocessing \ " +RDEPENDS_${PN}-ptest += "ldd" RDEPENDS_${PN}_class-native = ""