From ffcce548a4f93fc25530cb34502664700277bd0c Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Fri, 1 Oct 2010 07:42:50 -0700 Subject: [PATCH] python-setuptools: Rework DEPENDS updates Signed-off-by: Tom Rini --- recipes/python/python-setuptools_0.6c9.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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\ -- 2.39.5