summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python
diff options
context:
space:
mode:
authorTrevor Gamblin <trevor.gamblin@windriver.com>2021-06-22 13:37:43 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-06-27 08:38:34 +0100
commite1da684aef773608d3dcb541f2e21bfb9edbcd68 (patch)
treefe4aa7d5b7fbdb6b36e91c9906c4b44c89430371 /meta/recipes-devtools/python
parentcf285f96825a1b21a1c04f3c98ab21604b590e60 (diff)
downloadpoky-e1da684aef773608d3dcb541f2e21bfb9edbcd68.tar.gz
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 <trevor.gamblin@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python')
-rw-r--r--meta/recipes-devtools/python/python3-pip_21.1.2.bb1
1 files changed, 1 insertions, 0 deletions
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} = "\
23 python3-io \ 23 python3-io \
24 python3-html \ 24 python3-html \
25 python3-json \ 25 python3-json \
26 python3-multiprocessing \
26 python3-netserver \ 27 python3-netserver \
27 python3-setuptools \ 28 python3-setuptools \
28 python3-unixadmin \ 29 python3-unixadmin \