From: Tom Rini Date: Fri, 1 Oct 2010 14:42:50 +0000 (-0700) Subject: python-setuptools: Rework DEPENDS updates X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ffcce548a4f93fc25530cb34502664700277bd0c;p=openembedded.git python-setuptools: Rework DEPENDS updates Signed-off-by: Tom Rini --- diff --git a/recipes/python/python-setuptools_0.6c9.bb b/recipes/python/python-setuptools_0.6c9.bb index 069437ac9c..93eb4855dc 100644 --- a/recipes/python/python-setuptools_0.6c9.bb +++ b/recipes/python/python-setuptools_0.6c9.bb @@ -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\