aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes/python/python-setuptools_0.6c9.bb3
1 files changed, 2 insertions, 1 deletions
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\