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-21 09:42:42 +0000 |
commit | 3cdbdb63631cf6e2a59142f86407fb430e633897 (patch) | |
tree | dc9ee14bd73b6996975f08efbb15b67130494419 /meta | |
parent | 521737f456b6ea7f7f153132c77cb74c08f088dc (diff) | |
download | openembedded-core-3cdbdb63631cf6e2a59142f86407fb430e633897.tar.gz openembedded-core-3cdbdb63631cf6e2a59142f86407fb430e633897.tar.bz2 openembedded-core-3cdbdb63631cf6e2a59142f86407fb430e633897.zip |
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>
Diffstat (limited to 'meta')
-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} = "\ python-compression \ " +RDEPENDS_${PN}_class-target = "\ + python-distutils \ + python-compression \ + python-netclient \ + python-email \ + python-shell \ +" + RPROVIDES_${PN} += "python-setuptools" BBCLASSEXTEND = "native nativesdk" |