summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorBartosz Golaszewski <bartosz.golaszewski@linaro.org>2024-07-01 14:55:19 +0200
committerKhem Raj <raj.khem@gmail.com>2024-07-01 08:02:02 -0700
commit3ae99d755593a39c65d5cd0180e88d6e54b260be (patch)
tree5c610285ab5d1a5714e214e915207b47f5cfa18c /meta-python
parent5fe44c211d85aeb954fae289444322abd3e125c2 (diff)
downloadmeta-openembedded-3ae99d755593a39c65d5cd0180e88d6e54b260be.tar.gz
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>
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-devtools/python/python3-virtualenv_20.26.3.bb4
1 files changed, 4 insertions, 0 deletions
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 += "\
16" 16"
17 17
18RDEPENDS:${PN} += " \ 18RDEPENDS:${PN} += " \
19 python3-compression \
19 python3-distlib \ 20 python3-distlib \
20 python3-filelock \ 21 python3-filelock \
22 python3-json \
23 python3-misc \
24 python3-modules \
21 python3-platformdirs \ 25 python3-platformdirs \
22" 26"