From 19ad6b6c5dffe3cb1fc658a2a49fe5291108b8c2 Mon Sep 17 00:00:00 2001 From: Alejandro Hernandez Date: Wed, 18 Mar 2015 17:57:27 -0600 Subject: 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 Signed-off-by: Richard Purdie --- meta/recipes-devtools/python/python-distribute_0.6.32.bb | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'meta/recipes-devtools/python/python-distribute_0.6.32.bb') 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 7000145..aa07633 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" -- cgit v1.1