Bug 785407 - Missing dependency on python-smmap
Summary: Missing dependency on python-smmap
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: python-gitdb
Version: 16
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: David Cantrell
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-01-28 18:51 UTC by Dave Malcolm
Modified: 2013-01-10 06:42 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2012-01-31 04:49:47 UTC
Type: ---


Attachments (Terms of Use)

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.


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