mirror of
https://git.yoctoproject.org/poky
synced 2026-02-09 02:03:04 +01:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
cf285f9682
commit
e1da684aef
@@ -23,6 +23,7 @@ RDEPENDS_${PN} = "\
|
||||
python3-io \
|
||||
python3-html \
|
||||
python3-json \
|
||||
python3-multiprocessing \
|
||||
python3-netserver \
|
||||
python3-setuptools \
|
||||
python3-unixadmin \
|
||||
|
||||
Reference in New Issue
Block a user