FS#41363 - [python-pygit2] missing runtime dependency on python-cffi

Attached to Project: Community Packages
Opened by Dave Reisner (falconindy) - Sunday, 27 July 2014, 15:59 GMT
Last edited by Daniel Micay (thestinger) - Sunday, 27 July 2014, 20:48 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To 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

Steps to reproduce:

1. pacman -S python-pygit2
2. python -c 'import pygit2'

Result:

Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/usr/lib/python3.4/site-packages/pygit2/__init__.py", line 35, in <module>
from .repository import Repository
File "/usr/lib/python3.4/site-packages/pygit2/repository.py", line 37, in <module>
from .ffi import ffi, C, to_str
File "/usr/lib/python3.4/site-packages/pygit2/ffi.py", line 34, in <module>
from cffi import FFI
ImportError: No module named 'cffi'


python-pygit2 needs to depend on python-cffi, and python2-pygit2 needs to depend on python2-cffi.
This task depends upon

Closed by  Daniel Micay (thestinger)
Sunday, 27 July 2014, 20:48 GMT
Reason for closing:  Fixed
Additional comments about closing:  0.21.1-2

Loading...