]> code.ossystems Code Review - openembedded-core.git/commitdiff
python-distribute: Adds netclient, email and shell runtime dependencies necessary to
authorAlejandro Hernandez <alejandro.hernandez@linux.intel.com>
Wed, 18 Mar 2015 23:57:27 +0000 (17:57 -0600)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 21 Mar 2015 09:42:42 +0000 (09:42 +0000)
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>
meta/recipes-devtools/python/python-distribute_0.6.32.bb

index 70001457e0f7edba5d16f392637d975ef330db42..aa0763377d8cc1df89ebc62d5a3460fe70ffe132 100644 (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"