summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python
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
parent72ead278876fbed55b0403732b0b840ca41212d1 (diff)
downloadpoky-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')
-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} = "\
50 python-compression \ 50 python-compression \
51" 51"
52 52
53RDEPENDS_${PN}_class-target = "\
54 python-distutils \
55 python-compression \
56 python-netclient \
57 python-email \
58 python-shell \
59"
60
53RPROVIDES_${PN} += "python-setuptools" 61RPROVIDES_${PN} += "python-setuptools"
54 62
55BBCLASSEXTEND = "native nativesdk" 63BBCLASSEXTEND = "native nativesdk"