All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
* [meta-python][PATCH] python3-txdbus: add missing runtime dependencies
@ 2021-03-22  9:07 Bartosz Golaszewski
  0 siblings, 0 replies; only message in thread
From: Bartosz Golaszewski @ 2021-03-22  9:07 UTC (permalink / raw
  To: Khem Raj, Armin Kuster, Tim moto-timo Orling, Derek Straka,
	Trevor Gamblin
  Cc: openembedded-devel, Bartosz Golaszewski

Add runtime dependencies for txdbus: python3-six and python3-twisted.

Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl>
---
This is a follow-up to the patch adding the recipe for txdbus - as usual I
forgot to include the runtime deps. :(

 meta-python/recipes-devtools/python/python3-txdbus_1.1.2.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta-python/recipes-devtools/python/python3-txdbus_1.1.2.bb b/meta-python/recipes-devtools/python/python3-txdbus_1.1.2.bb
index f521a9a68..cf2c98bba 100644
--- a/meta-python/recipes-devtools/python/python3-txdbus_1.1.2.bb
+++ b/meta-python/recipes-devtools/python/python3-txdbus_1.1.2.bb
@@ -9,3 +9,5 @@ SRC_URI[md5sum] = "d397357dee78750385f92ca9c6c1f063"
 SRC_URI[sha256sum] = "8375a5fb68a12054f0def91af800c821fb2232949337756ed975f88d8ea2bc97"
 
 inherit pypi setuptools3
+
+RDEPENDS_${PN} += "python3-six python3-twisted"
-- 
2.30.1


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

only message in thread, other threads:[~2021-03-22  9:07 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-03-22  9:07 [meta-python][PATCH] python3-txdbus: add missing runtime dependencies Bartosz Golaszewski

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.