Bug 1129868
| Summary: | python-pygit2 missing requires | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Dennis Gilmore <dennis> |
| Component: | python-pygit2 | Assignee: | Christopher Meng <i> |
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 21 | CC: | bochecha, erik, i |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2014-08-14 09:08:43 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
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. |
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