Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 247322 - dev-util/gitosis{,-gentoo} need setuptools RDEP
Summary: dev-util/gitosis{,-gentoo} need setuptools RDEP
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Robin Johnson
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-11-18 11:16 UTC by Christoph Mende (RETIRED)
Modified: 2008-11-24 01:26 UTC (History)
0 users

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 Christoph Mende (RETIRED) gentoo-dev 2008-11-18 11:16:07 UTC
setuptools is currently a build-time dep only, this is what you get when it's not installed though:
angelos@odin gitosis-admin-local % git push
Traceback (most recent call last):
  File "/usr/bin/gitosis-serve", line 5, in <module>
    from pkg_resources import load_entry_point
  File "/usr/lib64/python2.5/site-packages/pkg_resources.py", line 2562, in <module>
  File "/usr/lib64/python2.5/site-packages/pkg_resources.py", line 626, in require
  File "/usr/lib64/python2.5/site-packages/pkg_resources.py", line 524, in resolve
pkg_resources.DistributionNotFound: setuptools>=0.6c5
fatal: The remote end hung up unexpectedly
Comment 1 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2008-11-24 01:26:34 UTC
Fixed in CVS.