summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python-distribute_0.6.32.bb
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-22 08:50:02 +0000
commit19ad6b6c5dffe3cb1fc658a2a49fe5291108b8c2 (patch)
treef9f2cd8048371ed413471472d6fcd301f78a80da /meta/recipes-devtools/python/python-distribute_0.6.32.bb
parent72ead278876fbed55b0403732b0b840ca41212d1 (diff)
downloadast2050-yocto-poky-19ad6b6c5dffe3cb1fc658a2a49fe5291108b8c2.zip
ast2050-yocto-poky-19ad6b6c5dffe3cb1fc658a2a49fe5291108b8c2.tar.gz
python-distribute: Adds netclient, email and shell runtime dependencies necessary to
run python-distribute out of the box (From OE-Core rev: 3cdbdb63631cf6e2a59142f86407fb430e633897) Signed-off-by: Alejandro Hernandez <alejandro.hernandez@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python-distribute_0.6.32.bb')
-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 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"
OpenPOWER on IntegriCloud