From: Trevor Gamblin Date: Tue, 22 Jun 2021 17:37:43 +0000 (-0400) Subject: python3-pip: add multiprocessing to RDEPENDS X-Git-Tag: uninative-3.3~363 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=b030aecdd2e92324caac9a73a1fdcdf013b43d16;p=openembedded-core.git python3-pip: add multiprocessing to RDEPENDS Without it, simple invocations like "pip3 list" will fail with a ModuleNotFoundError for multiprocessing. Signed-off-by: Trevor Gamblin Signed-off-by: Richard Purdie --- 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 7367dfdc21..04c6bb587c 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 \