Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 537502 - dev-python/git-python-0.3.5 needs dev-python/gitdb >= 0.6.4
Summary: dev-python/git-python-0.3.5 needs dev-python/gitdb >= 0.6.4
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Ian Delaney (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-01-24 07:39 UTC by Johann Schmitz (ercpe) (RETIRED)
Modified: 2015-01-26 05:22 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Johann Schmitz (ercpe) (RETIRED) gentoo-dev 2015-01-24 07:39:01 UTC
Otherwise it fails at "import git" with

....
  File "/usr/lib64/python2.7/site-packages/git/__init__.py", line 36, in <module>
    from git.refs import *
  File "/usr/lib64/python2.7/site-packages/git/refs/__init__.py", line 4, in <module>
    from .symbolic import *
  File "/usr/lib64/python2.7/site-packages/git/refs/symbolic.py", line 11, in <module>
    from gitdb.exc import (
ImportError: cannot import name BadName
Comment 1 Ian Delaney (RETIRED) gentoo-dev 2015-01-26 05:22:07 UTC
~/cvsPortage/gentoo-x86/dev-python/git-python $ cat /mnt/gen2/TmpDir/portage/dev-python/git-python-0.3.5/work/GitPython-0.3.5/requirements.txt
GitPython
gitdb>=0.6.2

from setup.py (don't you love it)
with open('requirements.txt') as reqs_file:
    requirements = reqs_file.read().splitlines()

Looks like upstream have missed fundamental updates, again

  26 Jan 2015; Ian Delaney <idella4@gentoo.org> git-python-0.3.5.ebuild:
  update version border of dev-python/gitdb, fixes bug #537502 by ercpe