Description of problem: A fresh paster quickstart on Fedora 16 creates a quickstart project which requirs a version of repoze.who that is not available in Fedora. Version-Release number of selected component (if applicable): TurboGears2-2.1.1-1.fc16.noarch How reproducible: Everytime Steps to Reproduce: 1. paster quickstart tester 2. say yes to authorization 3. check what's in tester/tester*egg*/requires.txt Actual results: there will be an entry for repoze.who==1.0.19 Expected results: an entry for a repoze.who that we ship in fedora 16. Additional info: Contents 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 We could either upgrade repoze.who or patch the version requirement in TurboGears2.
*** This bug has been marked as a duplicate of bug 759142 ***