summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-devtools/python/python3-pytoml_0.1.21.bb5
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pytoml_0.1.21.bb b/meta-python/recipes-devtools/python/python3-pytoml_0.1.21.bb
index b09005ec9e..1533a895f3 100644
--- a/meta-python/recipes-devtools/python/python3-pytoml_0.1.21.bb
+++ b/meta-python/recipes-devtools/python/python3-pytoml_0.1.21.bb
@@ -15,6 +15,11 @@ SRC_URI += " \
15 file://run-ptest \ 15 file://run-ptest \
16" 16"
17 17
18RDEPENDS_${PN} += " \
19 ${PYTHON_PN}-datetime \
20 ${PYTHON_PN}-stringold \
21 "
22
18RDEPENDS_${PN}-ptest += " \ 23RDEPENDS_${PN}-ptest += " \
19 ${PYTHON_PN}-pytest \ 24 ${PYTHON_PN}-pytest \
20" 25"