aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Hernandez <alejandro.hernandez@linux.intel.com>2015-03-18 17:57:27 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-03-21 09:42:42 +0000
commit3cdbdb63631cf6e2a59142f86407fb430e633897 (patch)
treedc9ee14bd73b6996975f08efbb15b67130494419
parent521737f456b6ea7f7f153132c77cb74c08f088dc (diff)
downloadopenembedded-core-contrib-3cdbdb63631cf6e2a59142f86407fb430e633897.tar.gz
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@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-devtools/python/python-distribute_0.6.32.bb8
1 files changed, 8 insertions, 0 deletions
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 70001457e0..aa0763377d 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"