aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-devtools
diff options
context:
space:
mode:
authorTim Orling <ticotimo@gmail.com>2020-01-20 11:45:37 -0800
committerTim Orling <ticotimo@gmail.com>2020-01-20 11:45:37 -0800
commit4c30f7b00cd11ba71d282b784271fba85e3433d1 (patch)
tree690da2a0c475d87210922a335dfcfc22174bc597 /recipes-devtools
parentd1a1c57d0e73251e86591214f30fc90010d5c111 (diff)
downloadmeta-python2-4c30f7b00cd11ba71d282b784271fba85e3433d1.tar.gz
python-parse: fix target RDEPENDS
Missing run-time dependency on: - python-numbers (decimal) Move RDEPENDS to _append_class-target in case -native,-nativesdk is desired in the future. Signed-off-by: Tim Orling <ticotimo@gmail.com>
Diffstat (limited to 'recipes-devtools')
-rw-r--r--recipes-devtools/python/python-parse_1.14.0.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-devtools/python/python-parse_1.14.0.bb b/recipes-devtools/python/python-parse_1.14.0.bb
index 6e03d4b..1fd5116 100644
--- a/recipes-devtools/python/python-parse_1.14.0.bb
+++ b/recipes-devtools/python/python-parse_1.14.0.bb
@@ -8,7 +8,8 @@ SRC_URI[sha256sum] = "95a4f4469e37c57b5e924629ac99926f28bee7da59515dc5b8078c4c3e
inherit pypi setuptools
-RDEPENDS_${PN} += "\
+RDEPENDS_${PN}_append_class-target = "\
${PYTHON_PN}-datetime \
${PYTHON_PN}-logging \
+ ${PYTHON_PN}-numbers \
"