six is unbounded in the latest requirements.txt
commit 3f908c9c6073a7e326e0ec96fedc410ad8191f83 Author: OpenStack Jenkins <[email protected]> Date: Tue Oct 1 16:13:56 2013 +0000 Updated from global requirements Change-Id: Ie9e92b06eb28fa238c7cb923a65345c415dd3642 diff --git a/requirements.txt b/requirements.txt index 785c64b..0544aaf 100644 --- a/requirements.txt +++ b/requirements.txt @@ -25,7 +25,7 @@ python-cinderclient>=1.0.5 python-neutronclient>=2.3.0,<3 python-glanceclient>=0.9.0 python-keystoneclient>=0.3.2 -six<1.4.0 +six stevedore>=0.10 websockify>=0.5.1,<0.6 oslo.config>=1.2.0 ** Changed in: nova Status: New => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https://bugs.launchpad.net/bugs/1236037 Title: Nova uselessly restrict the version of six Status in OpenStack Compute (Nova): Invalid Bug description: In requirements.txt, I can see: six<1.4.0 However, after removing this restriction, there is no unit test that fails. And Debian Sid has python-six 1.4.1-1. Please remove this useless restriction, since otherwise, I have to add a patch in debian/patches to fix that. To manage notifications about this bug go to: https://bugs.launchpad.net/nova/+bug/1236037/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

