diff options
author | Alejandro Hernandez <alejandro.hernandez@linux.intel.com> | 2015-03-18 17:57:27 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-03-22 08:50:02 +0000 |
commit | 19ad6b6c5dffe3cb1fc658a2a49fe5291108b8c2 (patch) | |
tree | f9f2cd8048371ed413471472d6fcd301f78a80da /meta/recipes-devtools | |
parent | 72ead278876fbed55b0403732b0b840ca41212d1 (diff) | |
download | 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')
-rw-r--r-- | meta/recipes-devtools/python/python-distribute_0.6.32.bb | 8 |
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 | ||
53 | RDEPENDS_${PN}_class-target = "\ | ||
54 | python-distutils \ | ||
55 | python-compression \ | ||
56 | python-netclient \ | ||
57 | python-email \ | ||
58 | python-shell \ | ||
59 | " | ||
60 | |||
53 | RPROVIDES_${PN} += "python-setuptools" | 61 | RPROVIDES_${PN} += "python-setuptools" |
54 | 62 | ||
55 | BBCLASSEXTEND = "native nativesdk" | 63 | BBCLASSEXTEND = "native nativesdk" |