mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-27 07:57:27 +00:00
python3-virtualenv: add missing run-time dependencies
The recipe is missing most of the run-time dependencies for virtualenv. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
committed by
Khem Raj
parent
5fe44c211d
commit
3ae99d7555
@@ -16,7 +16,11 @@ DEPENDS += "\
|
|||||||
"
|
"
|
||||||
|
|
||||||
RDEPENDS:${PN} += " \
|
RDEPENDS:${PN} += " \
|
||||||
|
python3-compression \
|
||||||
python3-distlib \
|
python3-distlib \
|
||||||
python3-filelock \
|
python3-filelock \
|
||||||
|
python3-json \
|
||||||
|
python3-misc \
|
||||||
|
python3-modules \
|
||||||
python3-platformdirs \
|
python3-platformdirs \
|
||||||
"
|
"
|
||||||
|
|||||||
Reference in New Issue
Block a user