All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-python2][PATCH] python-pyrsistent: add target RDEPENDS
@ 2020-01-25  7:26 Tim Orling
  0 siblings, 0 replies; only message in thread
From: Tim Orling @ 2020-01-25  7:26 UTC (permalink / raw)
  To: openembedded-devel

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

Signed-off-by: Tim Orling <ticotimo@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



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2020-01-25  7:26 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-01-25  7:26 [meta-python2][PATCH] python-pyrsistent: add target RDEPENDS Tim Orling

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.