summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools
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:31 +0100
commitb030aecdd2e92324caac9a73a1fdcdf013b43d16 (patch)
tree7c7888c8240f5b9b3f2a9dda3f0445cad9a228dc /meta/recipes-devtools
parent2135167ca86ff9d112ef3e71f5320c775d075b6c (diff)
downloadopenembedded-core-contrib-b030aecdd2e92324caac9a73a1fdcdf013b43d16.tar.gz
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 <trevor.gamblin@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-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} = "\
python3-io \
python3-html \
python3-json \
+ python3-multiprocessing \
python3-netserver \
python3-setuptools \
python3-unixadmin \