From 4c30f7b00cd11ba71d282b784271fba85e3433d1 Mon Sep 17 00:00:00 2001 From: Tim Orling Date: Mon, 20 Jan 2020 11:45:37 -0800 Subject: 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 --- recipes-devtools/python/python-parse_1.14.0.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'recipes-devtools') 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 \ " -- cgit 1.2.3-korg