Bug 785407

Summary: Missing dependency on python-smmap
Product: [Fedora] Fedora Reporter: Dave Malcolm <dmalcolm>
Component: python-gitdbAssignee: David Cantrell <dcantrell>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 16CC: dcantrell
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: 2012-01-31 04:49:47 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Dave Malcolm 2012-01-28 18:51:20 UTC
Description of problem:
$ python -c "import gitdb"
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "/usr/lib/python2.7/site-packages/gitdb/__init__.py", line 25, in <module>
    _init_externals()
  File "/usr/lib/python2.7/site-packages/gitdb/__init__.py", line 19, in _init_externals
    raise ImportError("'%s' could not be imported, assure it is located in your PYTHONPATH" % module)
ImportError: 'smmap' could not be imported, assure it is located in your PYTHONPATH


Looks like the package needs:

   Requires: python-smmap

Version-Release number of selected component (if applicable):
python-gitdb-0.5.4-1.fc16.i686

Comment 1 Jesse Keating 2012-01-31 04:49:47 UTC
Oh, this is already fixed in rawhide, it'll come back into older Fedora when there is a significant reason for update.