From ed8d1bef240a835ea01ff5f722048084722448db Mon Sep 17 00:00:00 2001 From: Ricardo Ribalda Delgado Date: Tue, 17 Nov 2015 15:14:21 +0100 Subject: python-git: Add missing dependency Python-git depends on getpass, which is part of python-unixadmin. If it is missing: root@qt5022:~# python Python 2.7.9 (default, Nov 12 2015, 17:41:32) [GCC 5.2.0] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import git Traceback (most recent call last): File "", line 1, in File "/usr/lib/python2.7/site-packages/git/__init__.py", line 35, in from git.config import GitConfigParser File "/usr/lib/python2.7/site-packages/git/config.py", line 21, in from git.util import LockFile File "/usr/lib/python2.7/site-packages/git/util.py", line 14, in import getpass ImportError: No module named getpass >>> Reported-by: Dimitrios Katsaros (From OE-Core rev: 91165c1b68e49e5d5392068df3412ebb7b0e969b) Signed-off-by: Ricardo Ribalda Delgado Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- meta/recipes-devtools/python/python-git_1.0.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-devtools/python') diff --git a/meta/recipes-devtools/python/python-git_1.0.1.bb b/meta/recipes-devtools/python/python-git_1.0.1.bb index a78d7c83c4..e1509e6c20 100644 --- a/meta/recipes-devtools/python/python-git_1.0.1.bb +++ b/meta/recipes-devtools/python/python-git_1.0.1.bb @@ -18,6 +18,6 @@ S = "${WORKDIR}/GitPython-${PV}" inherit setuptools -RDEPENDS_${PN} += "python-gitdb python-lang python-io python-shell python-math python-re python-subprocess python-stringold" +RDEPENDS_${PN} += "python-gitdb python-lang python-io python-shell python-math python-re python-subprocess python-stringold python-unixadmin" BBCLASSEXTEND = "nativesdk" -- cgit v1.2.3-54-g00ecf