diff mbox series

[meta-python] python3-virtualenv: add missing run-time dependencies

Message ID 20240701125519.36398-1-brgl@bgdev.pl
State Accepted
Headers show
Series [meta-python] python3-virtualenv: add missing run-time dependencies | expand

Commit Message

Bartosz Golaszewski July 1, 2024, 12:55 p.m. UTC
From: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>

The recipe is missing most of the run-time dependencies for virtualenv.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
---
 .../recipes-devtools/python/python3-virtualenv_20.26.3.bb     | 4 ++++
 1 file changed, 4 insertions(+)
diff mbox series

Patch

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 6720f50da..975bf11af 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 \
 "