FS#48906 - [python2-pygit2] Missing runtime dependency python2-six

Attached to Project: Community Packages
Opened by Johan Rosenqvist (Naxinz) - Tuesday, 12 April 2016, 11:03 GMT
Last edited by Jaroslav Lichtblau (Dragonlord) - Thursday, 14 April 2016, 19:45 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Jaroslav Lichtblau (Dragonlord)
Lukas Fleischer (lfleischer)
Daniel Micay (thestinger)
Architecture x86_64
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
After upgrading to python2-pygit2 0.24.0-2, it is not possible to use pygit2 unless python2-six has also been installed manually.


Additional info:
* python2-pygit2 0.24.0-2
* libgit2 1:0.24.0-1
* python2 2.7.11-3


Steps to reproduce:
On a system where community/python2-six is NOT installed, type 'import pygit2' on an interactive python2 prompt:

$ /usr/bin/python2
Python 2.7.11 (default, Mar 31 2016, 06:18:34)
[GCC 5.3.0] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import pygit2
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/lib/python2.7/site-packages/pygit2/__init__.py", line 42, in <module>
from .repository import Repository
File "/usr/lib/python2.7/site-packages/pygit2/repository.py", line 40, in <module>
import six
ImportError: No module named six
This task depends upon

Closed by  Jaroslav Lichtblau (Dragonlord)
Thursday, 14 April 2016, 19:45 GMT
Reason for closing:  Fixed
Additional comments about closing:  Fixed in the 0.24.0-3 version.

Loading...