All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] python-distribute: Adds netclient, email and shell runtime dependencies necessary to
@ 2015-03-18 23:57 Alejandro Hernandez
  0 siblings, 0 replies; only message in thread
From: Alejandro Hernandez @ 2015-03-18 23:57 UTC (permalink / raw)
  To: openembedded-core

run python-distribute out of the box

Signed-off-by: Alejandro Hernandez <alejandro.hernandez@linux.intel.com>
---
 meta/recipes-devtools/python/python-distribute_0.6.32.bb | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/meta/recipes-devtools/python/python-distribute_0.6.32.bb b/meta/recipes-devtools/python/python-distribute_0.6.32.bb
index 7000145..aa07633 100644
--- a/meta/recipes-devtools/python/python-distribute_0.6.32.bb
+++ b/meta/recipes-devtools/python/python-distribute_0.6.32.bb
@@ -50,6 +50,14 @@ RDEPENDS_${PN} = "\
   python-compression \
 "
 
+RDEPENDS_${PN}_class-target = "\
+  python-distutils \
+  python-compression \
+  python-netclient \
+  python-email \
+  python-shell \
+"
+
 RPROVIDES_${PN} += "python-setuptools"
 
 BBCLASSEXTEND = "native nativesdk"
-- 
1.9.1



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

only message in thread, other threads:[~2015-03-18 23:57 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-03-18 23:57 [PATCH] python-distribute: Adds netclient, email and shell runtime dependencies necessary to Alejandro Hernandez

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.