diff options
author | Bartosz Golaszewski <bartosz.golaszewski@linaro.org> | 2023-05-31 10:22:44 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-06-06 23:07:58 -0700 |
commit | f0c8712c741e08a02d13f3c0f36ae8558c738a15 (patch) | |
tree | 1584a2e878d9c4fa5bc4b127b8dd1f75af4d8179 /meta-python | |
parent | e015b0e996aa0e442cc4e64a4ff21ae717f0ee24 (diff) | |
download | meta-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.bb | 6 |
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 | ||
14 | RDEPENDS:${PN} += " \ | ||
15 | python3-datetime \ | ||
16 | python3-profile \ | ||
17 | python3-stringold \ | ||
18 | " | ||
19 | |||
14 | RDEPENDS:${PN}-ptest += " \ | 20 | RDEPENDS:${PN}-ptest += " \ |
15 | ${PYTHON_PN}-poetry-core \ | 21 | ${PYTHON_PN}-poetry-core \ |
16 | ${PYTHON_PN}-pytest \ | 22 | ${PYTHON_PN}-pytest \ |