Fixes > import resource E ModuleNotFoundError: No module named 'resource'
Signed-off-by: Khem Raj <[email protected]> Cc: Tim Orling <[email protected]> --- meta/recipes-devtools/python-numpy/python3-numpy_1.19.4.bb | 1 + 1 file changed, 1 insertion(+) 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 9351e507c1..2bfc913aa0 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 \ RDEPENDS_${PN}-ptest += "${PYTHON_PN}-pytest \ ${PYTHON_PN}-hypothesis \ ${PYTHON_PN}-sortedcontainers \ + ${PYTHON_PN}-resource \ ldd \ " -- 2.29.2
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#145051): https://lists.openembedded.org/g/openembedded-core/message/145051 Mute This Topic: https://lists.openembedded.org/mt/78581729/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
