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:
Bartosz Golaszewski 2024-07-01 14:55:19 +02:00 committed by Khem Raj
parent 5fe44c211d
commit 3ae99d7555
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -16,7 +16,11 @@ DEPENDS += "\
"
RDEPENDS:${PN} += " \
python3-compression \
python3-distlib \
python3-filelock \
python3-json \
python3-misc \
python3-modules \
python3-platformdirs \
"