* [meta-python2][PATCH] python-slip-dbus: add RDEPENDS
@ 2020-01-19 3:35 Tim Orling
0 siblings, 0 replies; only message in thread
From: Tim Orling @ 2020-01-19 3:35 UTC (permalink / raw)
To: openembedded-devel
The dependency on python-six as inadvertently missed when
porting to meta-python2.
The original recipe was missing addtional dependencies on
python-dbus, python-pygobject, python-decorator
Signed-off-by: Tim Orling <ticotimo@gmail.com>
---
recipes-devtools/python/python-slip-dbus_0.6.5.bb | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/recipes-devtools/python/python-slip-dbus_0.6.5.bb b/recipes-devtools/python/python-slip-dbus_0.6.5.bb
index 99dc9ce5..0c67fa39 100644
--- a/recipes-devtools/python/python-slip-dbus_0.6.5.bb
+++ b/recipes-devtools/python/python-slip-dbus_0.6.5.bb
@@ -28,4 +28,11 @@ do_compile_prepend() {
# python-native/python: can't open file 'setup.py': [Errno 2] No such file or directory
CLEANBROKEN = "1"
+RDEPENDS_${PN} += "\
+ ${PYTHON_PN}-dbus \
+ ${PYTHON_PN}-decorator \
+ ${PYTHON_PN}-pygobject \
+ ${PYTHON_PN}-six \
+ "
+
inherit setuptools
--
2.25.0
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2020-01-19 3:40 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-01-19 3:35 [meta-python2][PATCH] python-slip-dbus: add 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.