Bug 195370 - TurboGears should Require python-TestGears
Summary: TurboGears should Require python-TestGears
Keywords:
Status: CLOSED NEXTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: TurboGears
Version: 5
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Ignacio Vazquez-Abrams
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2006-06-14 22:06 UTC by Luke Macken
Modified: 2016-09-20 02:37 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2006-07-07 01:04:51 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Luke Macken 2006-06-14 22:06:29 UTC
python-TestGears needs to be pulled in along with TurboGears, since the tg-admin
tool explodes without it:

Traceback (most recent call last):
  File "/usr/bin/tg-admin", line 5, in ?
    from pkg_resources import load_entry_point
  File "/usr/lib/python2.4/site-packages/pkg_resources.py", line 2356, in ?
    working_set.require(__requires__)
  File "/usr/lib/python2.4/site-packages/pkg_resources.py", line 585, in require
    needed = self.resolve(parse_requirements(requirements))
  File "/usr/lib/python2.4/site-packages/pkg_resources.py", line 483, in resolve
    raise DistributionNotFound(req)  # XXX put more info here
pkg_resources.DistributionNotFound: TestGears>=0.2

Comment 1 Luke Macken 2006-07-07 01:04:51 UTC
This issue is resolved


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