python-setuptools: Rework DEPENDS updates
authorTom Rini <tom_rini@mentor.com>
Fri, 1 Oct 2010 14:42:50 +0000 (07:42 -0700)
committerTom Rini <tom_rini@mentor.com>
Fri, 1 Oct 2010 14:42:50 +0000 (07:42 -0700)
Signed-off-by: Tom Rini <tom_rini@mentor.com>
recipes/python/python-setuptools_0.6c9.bb

index 069437a..93eb485 100644 (file)
@@ -5,7 +5,8 @@ PRIORITY = "optional"
 LICENSE = "MIT"
 SRCNAME = "setuptools"
 PR = "ml2"
-DEPENDS_pn-python-setuptools-native = "python-native"
+DEPENDS += "python"
+DEPENDS_virtclass-native += "python-native"
 
 SRC_URI = "\
   http://cheeseshop.python.org/packages/source/s/setuptools/${SRCNAME}-${PV}.tar.gz\