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>
This commit is contained in:
Alejandro Hernandez 2015-03-18 17:57:27 -06:00 committed by Richard Purdie
parent 72ead27887
commit 19ad6b6c5d
1 changed files with 8 additions and 0 deletions

View File

@ -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"