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

* Missing target run-time dependencies:
  - python-lang (functools)
  - python-logging
  - python-numbers
  - python-subprocess

Signed-off-by: Tim Orling <ticotimo@gmail.com>
---
 recipes-devtools/python/python-tqdm_4.41.1.bb | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/recipes-devtools/python/python-tqdm_4.41.1.bb b/recipes-devtools/python/python-tqdm_4.41.1.bb
index 2dfaa61b..22393bb4 100644
--- a/recipes-devtools/python/python-tqdm_4.41.1.bb
+++ b/recipes-devtools/python/python-tqdm_4.41.1.bb
@@ -10,4 +10,11 @@ inherit pypi setuptools
 SRC_URI[md5sum] = "aa3d5fd173c9fea7408cad14c0e73d5d"
 SRC_URI[sha256sum] = "4789ccbb6fc122b5a6a85d512e4e41fc5acad77216533a6f2b8ce51e0f265c23"
 
+RDEPENDS_${PN}_append_class-target = "\
+    ${PYTHON_PN}-lang \
+    ${PYTHON_PN}-logging \
+    ${PYTHON_PN}-numbers \
+    ${PYTHON_PN}-subprocess \
+"
+
 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:50 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:50 [meta-python2][PATCH] python-tqdm: 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.