All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-python2][PATCH 1/2] python-pyconnman: add target RDEPENDS
@ 2020-01-24  8:10 Tim Orling
  2020-01-24  8:10 ` [meta-python2][PATCH 2/2] python-future: " Tim Orling
  0 siblings, 1 reply; 2+ messages in thread
From: Tim Orling @ 2020-01-24  8:10 UTC (permalink / raw)
  To: openembedded-devel

* Missing run-time dependencies:
  - python-numbers
  - python-future

Signed-off-by: Tim Orling <ticotimo@gmail.com>
---
 .../python-pyconnman/python-pyconnman_0.2.0.bb            | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/recipes-connectivity/python-pyconnman/python-pyconnman_0.2.0.bb b/recipes-connectivity/python-pyconnman/python-pyconnman_0.2.0.bb
index 77ec0f72..770cc4b9 100644
--- a/recipes-connectivity/python-pyconnman/python-pyconnman_0.2.0.bb
+++ b/recipes-connectivity/python-pyconnman/python-pyconnman_0.2.0.bb
@@ -10,4 +10,10 @@ SRC_URI[sha256sum] = "d3a63a039c82b08a1171b003eafa62c6f128aa4eaa1ce7a55a9401b48f
 
 inherit pypi setuptools
 
-RDEPENDS_${PN} += "connman python-dbus python-pprint"
+RDEPENDS_${PN} += "\
+    connman \
+    python-dbus \
+    python-future \
+    python-numbers \
+    python-pprint \
+"
-- 
2.25.0



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [meta-python2][PATCH 2/2] python-future: add target RDEPENDS
  2020-01-24  8:10 [meta-python2][PATCH 1/2] python-pyconnman: add target RDEPENDS Tim Orling
@ 2020-01-24  8:10 ` Tim Orling
  0 siblings, 0 replies; 2+ messages in thread
From: Tim Orling @ 2020-01-24  8:10 UTC (permalink / raw)
  To: openembedded-devel

* Missing run-time dependency:
  - python-misc (future_builtins)

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

diff --git a/recipes-devtools/python/python-future_0.18.2.bb b/recipes-devtools/python/python-future_0.18.2.bb
index 2dfcd28a..8fa066db 100644
--- a/recipes-devtools/python/python-future_0.18.2.bb
+++ b/recipes-devtools/python/python-future_0.18.2.bb
@@ -13,4 +13,6 @@ PYPI_PACKAGE_HASH = "99abde815842bc6e97d5a7806ad51236630da14ca2f3b1fce94c0bb94d3
 
 inherit pypi setuptools
 
+RDEPENDS_${PN}_append_class-target = " python-misc"
+
 BBCLASSEXTEND = "native"
-- 
2.25.0



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-01-24  8:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-24  8:10 [meta-python2][PATCH 1/2] python-pyconnman: add target RDEPENDS Tim Orling
2020-01-24  8:10 ` [meta-python2][PATCH 2/2] python-future: " 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.