aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-python/recipes-devtools/python/python-pip_1.5.6.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python-pip_1.5.6.bb b/meta-python/recipes-devtools/python/python-pip_1.5.6.bb
index 0c240e4607..b4ce9e5f3c 100644
--- a/meta-python/recipes-devtools/python/python-pip_1.5.6.bb
+++ b/meta-python/recipes-devtools/python/python-pip_1.5.6.bb
@@ -12,4 +12,4 @@ S = "${WORKDIR}/pip-${PV}"
inherit setuptools
# Since PIP is like CPAN for PERL we need to drag in all python modules to ensure everything works
-RDEPENDS_${PN} = "python-modules"
+RDEPENDS_${PN} = "python-modules python-distribute"