Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 264484 - turbogears 1.0.8 requires turbojson 1.1.4
Summary: turbogears 1.0.8 requires turbojson 1.1.4
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-01 10:16 UTC by Luca Barbato
Modified: 2009-04-01 11:49 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 Luca Barbato gentoo-dev 2009-04-01 10:16:45 UTC
emerge turbogears installs tg 1.0.8 and turbojson 1.1.4

>>> import pkg_resources
>>> pkg_resources.require("TurboGears")
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/lib64/python2.5/site-packages/pkg_resources.py", line 626, in require
    needed = self.resolve(parse_requirements(requirements))
  File "/usr/lib64/python2.5/site-packages/pkg_resources.py", line 528, in resolve
    raise VersionConflict(dist,req) # XXX put more info here
pkg_resources.VersionConflict: (TurboJson 1.1.3 (/usr/lib64/python2.5/site-packages), Requirement.parse('TurboJson>=1.1.4,<1.2'))

but apparently it needs a different version.
Comment 1 Patrick Lauer gentoo-dev 2009-04-01 11:49:38 UTC
+  01 Apr 2009; Patrick Lauer <patrick@gentoo.org> turbogears-1.0.8.ebuild:
+  Fixing turbojson dep, fixes #264484

plus turbojson bump. Thanks for the bug!