summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorBartosz Golaszewski <bartosz.golaszewski@linaro.org>2023-06-23 16:38:37 +0200
committerKhem Raj <raj.khem@gmail.com>2023-06-24 09:01:52 -0700
commit64dccc68b0c50f6f4284a680750d6c4cb6c43f41 (patch)
tree586b28d9d7eebb13fbc1597786190d7907da63eb /meta-python
parent6daa8faf697c7f007eb98deecaec562bf3c2cdb2 (diff)
downloadmeta-openembedded-64dccc68b0c50f6f4284a680750d6c4cb6c43f41.tar.gz
python3-path: add missing run-time dependencies
Add missing RDEPENDS for this package. 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-path_16.6.0.bb4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-path_16.6.0.bb b/meta-python/recipes-devtools/python/python3-path_16.6.0.bb
index 51b6574e0d..095f906f0c 100644
--- a/meta-python/recipes-devtools/python/python3-path_16.6.0.bb
+++ b/meta-python/recipes-devtools/python/python3-path_16.6.0.bb
@@ -14,6 +14,10 @@ DEPENDS += "python3-setuptools-scm-native"
14 14
15RDEPENDS:${PN} += " \ 15RDEPENDS:${PN} += " \
16 python3-appdirs \ 16 python3-appdirs \
17 python3-crypt \
18 python3-io \
19 python3-numbers \
20 python3-shell \
17" 21"
18RDEPENDS:${PN}-ptest += " \ 22RDEPENDS:${PN}-ptest += " \
19 python3-pytest \ 23 python3-pytest \