Bug 768561 - TurboGears2-2.1.1-1.fc16.noarch requires repoze.who==1.0.19
Summary: TurboGears2-2.1.1-1.fc16.noarch requires repoze.who==1.0.19
Keywords:
Status: CLOSED DUPLICATE of bug 759142
Alias: None
Product: Fedora
Classification: Fedora
Component: TurboGears2
Version: 16
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Luke Macken
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2011-12-17 02:27 UTC by Itamar Reis Peixoto
Modified: 2016-09-20 02:43 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-01-11 22:31:01 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
SPEC file patch (283 bytes, patch)
2012-06-06 09:58 UTC, Brendan Jones
no flags Details | Diff

Description Itamar Reis Peixoto 2011-12-17 02:27:12 UTC
Description of problem:

paster quickstart store
Do you need authentication and authorization in this project? ([yes]/no): yes

then I receive this error after running paster serve


    [itamar@localhost store]$ paster serve development.ini
    Traceback (most recent call last):
    File "/usr/bin/paster", line 9, in <module>
    load_entry_point('PasteScript==1.7.3', 'console_scripts', 'paster')()
    File "/usr/lib/python2.7/site-packages/paste/script/command.py", line 73, in run
    commands = get_commands()
    File "/usr/lib/python2.7/site-packages/paste/script/command.py", line 115, in get_commands
    plugins = pluginlib.resolve_plugins(plugins)
    File "/usr/lib/python2.7/site-packages/paste/script/pluginlib.py", line 81, in resolve_plugins
    pkg_resources.require(plugin)
    File "/usr/lib/python2.7/site-packages/pkg_resources.py", line 686, in require
    needed = self.resolve(parse_requirements(requirements))
    File "/usr/lib/python2.7/site-packages/pkg_resources.py", line 588, in resolve
    raise VersionConflict(dist,req) # XXX put more info here
    pkg_resources.VersionConflict: (repoze.who 1.0.18 (/usr/lib/python2.7/site-packages), Requirement.parse('repoze.who==1.0.19'))




content of requires.txt

TurboGears2 >= 2.1.1
Mako
zope.sqlalchemy >= 0.4
repoze.tm2 >= 1.0a5
sqlalchemy
sqlalchemy-migrate
repoze.what-quickstart
repoze.what >= 1.0.8
repoze.what-quickstart
repoze.who-friendlyform >= 1.0.4
repoze.what-pylons >= 1.0
repoze.what.plugins.sql
repoze.who==1.0.19
tgext.admin >= 0.3.9
tw.forms

Comment 1 Brendan Jones 2012-06-06 09:58:01 UTC
Created attachment 589807 [details]
SPEC file patch

Is it possible to update this package? SPEC patch attached

http://koji.fedoraproject.org/koji/taskinfo?taskID=4132060

Comment 2 Luke Macken 2013-01-11 22:31:01 UTC

*** This bug has been marked as a duplicate of bug 759142 ***


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