From 3ae99d755593a39c65d5cd0180e88d6e54b260be Mon Sep 17 00:00:00 2001 From: Bartosz Golaszewski Date: Mon, 1 Jul 2024 14:55:19 +0200 Subject: python3-virtualenv: add missing run-time dependencies The recipe is missing most of the run-time dependencies for virtualenv. Signed-off-by: Bartosz Golaszewski Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-virtualenv_20.26.3.bb | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python3-virtualenv_20.26.3.bb b/meta-python/recipes-devtools/python/python3-virtualenv_20.26.3.bb index 6720f50dae..975bf11af5 100644 --- a/meta-python/recipes-devtools/python/python3-virtualenv_20.26.3.bb +++ b/meta-python/recipes-devtools/python/python3-virtualenv_20.26.3.bb @@ -16,7 +16,11 @@ DEPENDS += "\ " RDEPENDS:${PN} += " \ + python3-compression \ python3-distlib \ python3-filelock \ + python3-json \ + python3-misc \ + python3-modules \ python3-platformdirs \ " -- cgit v1.2.3-54-g00ecf