summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorBartosz Golaszewski <bartosz.golaszewski@linaro.org>2023-05-31 10:22:44 +0200
committerKhem Raj <raj.khem@gmail.com>2023-06-06 23:07:58 -0700
commitf0c8712c741e08a02d13f3c0f36ae8558c738a15 (patch)
tree1584a2e878d9c4fa5bc4b127b8dd1f75af4d8179 /meta-python
parente015b0e996aa0e442cc4e64a4ff21ae717f0ee24 (diff)
downloadmeta-openembedded-f0c8712c741e08a02d13f3c0f36ae8558c738a15.tar.gz
python3-tomlkit: 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-tomlkit_0.11.8.bb6
1 files changed, 6 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-tomlkit_0.11.8.bb b/meta-python/recipes-devtools/python/python3-tomlkit_0.11.8.bb
index 71a43c4551..5ec7e6e9af 100644
--- a/meta-python/recipes-devtools/python/python3-tomlkit_0.11.8.bb
+++ b/meta-python/recipes-devtools/python/python3-tomlkit_0.11.8.bb
@@ -11,6 +11,12 @@ SRC_URI += " \
11 file://run-ptest \ 11 file://run-ptest \
12" 12"
13 13
14RDEPENDS:${PN} += " \
15 python3-datetime \
16 python3-profile \
17 python3-stringold \
18"
19
14RDEPENDS:${PN}-ptest += " \ 20RDEPENDS:${PN}-ptest += " \
15 ${PYTHON_PN}-poetry-core \ 21 ${PYTHON_PN}-poetry-core \
16 ${PYTHON_PN}-pytest \ 22 ${PYTHON_PN}-pytest \