Without it, simple invocations like "pip3 list" will fail with a ModuleNotFoundError for multiprocessing.
Signed-off-by: Trevor Gamblin <[email protected]> --- meta/recipes-devtools/python/python3-pip_21.1.2.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-devtools/python/python3-pip_21.1.2.bb b/meta/recipes-devtools/python/python3-pip_21.1.2.bb index fd7a145205..2dc628fc29 100644 --- a/meta/recipes-devtools/python/python3-pip_21.1.2.bb +++ b/meta/recipes-devtools/python/python3-pip_21.1.2.bb @@ -23,6 +23,7 @@ RDEPENDS_${PN} = "\ python3-io \ python3-html \ python3-json \ + python3-multiprocessing \ python3-netserver \ python3-setuptools \ python3-unixadmin \ -- 2.31.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#153210): https://lists.openembedded.org/g/openembedded-core/message/153210 Mute This Topic: https://lists.openembedded.org/mt/83719362/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
