From e1da684aef773608d3dcb541f2e21bfb9edbcd68 Mon Sep 17 00:00:00 2001 From: Trevor Gamblin Date: Tue, 22 Jun 2021 13:37:43 -0400 Subject: python3-pip: add multiprocessing to RDEPENDS Without it, simple invocations like "pip3 list" will fail with a ModuleNotFoundError for multiprocessing. (From OE-Core rev: b030aecdd2e92324caac9a73a1fdcdf013b43d16) Signed-off-by: Trevor Gamblin Signed-off-by: Richard Purdie --- meta/recipes-devtools/python/python3-pip_21.1.2.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/recipes-devtools/python') 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 \ -- cgit v1.2.3-54-g00ecf