Bug 1129868 - python-pygit2 missing requires
Summary: python-pygit2 missing requires
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: python-pygit2
Version: 21
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Christopher Meng
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2014-08-13 19:53 UTC by Dennis Gilmore
Modified: 2014-08-14 09:08 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2014-08-14 09:08:43 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Dennis Gilmore 2014-08-13 19:53:28 UTC
Description of problem:
there is missing requires

Version-Release number of selected component (if applicable):
python-pygit2-0.21.1-1.fc21.armv7hl

How reproducible:
always

Steps to Reproduce:
1. try to run something using python-pygit2
2.
3.

Actual results:
  File "/usr/lib/python2.7/site-packages/pygit2/repository.py", line 37, in <module>
    from .ffi import ffi, C, to_str
  File "/usr/lib/python2.7/site-packages/pygit2/ffi.py", line 34, in <module>
    from cffi import FFI
ImportError: No module named cffi

Expected results:
things to just work 

Additional info:

python-cffi needs to eb a Requires

Comment 1 Mathieu Bridon 2014-08-14 09:08:43 UTC
Wow, seems I missed that in a previous version when they moved to using cffi. :-/

Thanks for the report, it's fixed in Rawhide and F21 now.


Note You need to log in before you can comment on or make changes to this bug.