Hide Forgot
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
Oh, this is already fixed in rawhide, it'll come back into older Fedora when there is a significant reason for update.