FS#49838 - [python-pygit2] Broken due to wrong dependency (python-six, not python2-six)

Attached to Project: Community Packages
Opened by Chih-Hsuan Yen (yan12125) - Saturday, 25 June 2016, 08:08 GMT
Last edited by Jaroslav Lichtblau (Dragonlord) - Saturday, 25 June 2016, 20:44 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Jaroslav Lichtblau (Dragonlord)
Lukas Fleischer (lfleischer)
Daniel Micay (thestinger)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
Or it won't work :)

$ python -c 'import pygit2'
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/usr/lib/python3.5/site-packages/pygit2/__init__.py", line 42, in <module>
from .repository import Repository
File "/usr/lib/python3.5/site-packages/pygit2/repository.py", line 40, in <module>
import six
ImportError: No module named 'six'


Additional info:
community/pygit2 0.24.0-3

Steps to reproduce:
As above
This task depends upon

Closed by  Jaroslav Lichtblau (Dragonlord)
Saturday, 25 June 2016, 20:44 GMT
Reason for closing:  Fixed
Additional comments about closing:  Fixed in python-pygit2-0.24.1-1

Loading...