diff options
-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 \ |