1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-15 05:40:00 +00:00
Files
poky/meta/recipes-devtools
Ricardo Ribalda Delgado ed8d1bef24 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 "<stdin>", line 1, in <module>
  File "/usr/lib/python2.7/site-packages/git/__init__.py", line 35, in <module>
    from git.config import GitConfigParser
  File "/usr/lib/python2.7/site-packages/git/config.py", line 21, in <module>
    from git.util import LockFile
  File "/usr/lib/python2.7/site-packages/git/util.py", line 14, in <module>
    import getpass
ImportError: No module named getpass
>>>

Reported-by: Dimitrios Katsaros <patcherwork@gmail.com>
(From OE-Core rev: 91165c1b68e49e5d5392068df3412ebb7b0e969b)

Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2015-12-01 21:32:06 +00:00
..
2015-08-11 09:28:51 -07:00
2015-08-11 09:28:48 -07:00
2015-08-30 12:35:49 +01:00
2015-09-23 09:52:50 +01:00
2015-08-11 09:28:50 -07:00
2015-11-16 11:39:39 +00:00
2015-09-01 11:44:03 +01:00
2015-11-16 11:39:37 +00:00
2015-08-10 12:40:20 -07:00
2015-09-23 09:53:08 +01:00
2015-09-12 23:01:53 +01:00
2015-05-30 22:26:12 +01:00
2015-07-31 10:32:44 +01:00
2015-09-24 17:54:23 +01:00
2015-12-01 21:32:06 +00:00
2015-08-16 22:40:55 +01:00
2015-09-04 16:23:55 +01:00
2015-11-16 11:39:30 +00:00
2015-09-12 22:48:26 +01:00
2015-09-03 12:43:14 +01:00
2015-06-08 17:34:03 +01:00
2015-12-01 21:32:05 +00:00
2015-11-25 08:08:16 +00:00
2015-04-21 07:20:25 +01:00
2015-05-20 21:41:08 +01:00
2015-06-11 23:59:15 +01:00