[oe-commits] Zhenhua Luo : python-pip: add python-distribute in RDEPENDS

git at git.openembedded.org git at git.openembedded.org
Wed Feb 11 21:27:47 UTC 2015


Module: meta-openembedded.git
Branch: master-next
Commit: 5e555e120457f89a11209e7b5d80c4e5aea56b81
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=5e555e120457f89a11209e7b5d80c4e5aea56b81

Author: Zhenhua Luo <zhenhua.luo at freescale.com>
Date:   Tue Feb 10 14:55:10 2015 +0800

python-pip: add python-distribute in RDEPENDS

Fix the following runtime issue of pip:
    # pip
    Traceback (most recent call last):
      File "/usr/bin/pip", line 5, in <module>
        from pkg_resources import load_entry_point
    ImportError: No module named pkg_resources

Signed-off-by: Zhenhua Luo <zhenhua.luo at freescale.com>

---

 meta-python/recipes-devtools/python/python-pip_1.5.6.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 0c240e4..b4ce9e5 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"



More information about the Openembedded-commits mailing list