From: Alejandro Hernandez Date: Wed, 18 Mar 2015 23:57:27 +0000 (-0600) Subject: python-distribute: Adds netclient, email and shell runtime dependencies necessary to X-Git-Tag: 2015-4~77 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=3cdbdb63631cf6e2a59142f86407fb430e633897;p=openembedded-core.git python-distribute: Adds netclient, email and shell runtime dependencies necessary to run python-distribute out of the box Signed-off-by: Alejandro Hernandez Signed-off-by: Richard Purdie --- 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"