[oe-commits] Alejandro Hernandez : python-distribute: Adds netclient, email and shell runtime dependencies necessary to

git at git.openembedded.org git at git.openembedded.org
Sun Mar 22 08:50:27 UTC 2015


Module: openembedded-core.git
Branch: master
Commit: 3cdbdb63631cf6e2a59142f86407fb430e633897
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=3cdbdb63631cf6e2a59142f86407fb430e633897

Author: Alejandro Hernandez <alejandro.hernandez at linux.intel.com>
Date:   Wed Mar 18 17:57:27 2015 -0600

python-distribute: Adds netclient, email and shell runtime dependencies necessary to

run python-distribute out of the box

Signed-off-by: Alejandro Hernandez <alejandro.hernandez at linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 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"



More information about the Openembedded-commits mailing list