[oe] [meta-python2][PATCH] python-pyrsistent: add target RDEPENDS

Tim Orling ticotimo at gmail.com
Sat Jan 25 07:26:12 UTC 2020


* Missing target run-time dependency:
  - python-numbers

Signed-off-by: Tim Orling <ticotimo at gmail.com>
---
 recipes-devtools/python/python-pyrsistent_0.15.7.bb | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/recipes-devtools/python/python-pyrsistent_0.15.7.bb b/recipes-devtools/python/python-pyrsistent_0.15.7.bb
index acfcb122..970e51b0 100644
--- a/recipes-devtools/python/python-pyrsistent_0.15.7.bb
+++ b/recipes-devtools/python/python-pyrsistent_0.15.7.bb
@@ -12,4 +12,8 @@ RDEPENDS_${PN} += " \
     ${PYTHON_PN}-six \
 "
 
+RDEPENDS_${PN}_append_class-target = "\
+    ${PYTHON_PN}-numbers \
+"
+
 BBCLASSEXTEND = "native nativesdk"
-- 
2.25.0



More information about the Openembedded-devel mailing list