summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-parse_1.19.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-parse_1.19.0.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-parse_1.19.0.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-python/recipes-devtools/python/python3-parse_1.19.0.bb b/meta-python/recipes-devtools/python/python3-parse_1.19.0.bb
index b5e0769544..2bf55cbaff 100644
--- a/meta-python/recipes-devtools/python/python3-parse_1.19.0.bb
+++ b/meta-python/recipes-devtools/python/python3-parse_1.19.0.bb
@@ -7,7 +7,7 @@ SRC_URI[sha256sum] = "9ff82852bcb65d139813e2a5197627a94966245c897796760a3a2a8eb6
7 7
8inherit pypi setuptools3 ptest 8inherit pypi setuptools3 ptest
9 9
10RDEPENDS_${PN} += "\ 10RDEPENDS:${PN} += "\
11 ${PYTHON_PN}-datetime \ 11 ${PYTHON_PN}-datetime \
12 ${PYTHON_PN}-logging \ 12 ${PYTHON_PN}-logging \
13 " 13 "
@@ -16,7 +16,7 @@ SRC_URI += " \
16 file://run-ptest \ 16 file://run-ptest \
17" 17"
18 18
19RDEPENDS_${PN}-ptest += " \ 19RDEPENDS:${PN}-ptest += " \
20 ${PYTHON_PN}-pytest \ 20 ${PYTHON_PN}-pytest \
21" 21"
22 22