]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
Updated from global requirements
authorMonty Taylor <mordred@inaugust.com>
Wed, 7 Aug 2013 22:17:07 +0000 (19:17 -0300)
committerMonty Taylor <mordred@inaugust.com>
Fri, 9 Aug 2013 20:10:02 +0000 (17:10 -0300)
Also, revert commit 9826e0932596e77414b16b3c4ba237d847b30db1

Change-Id: Ibf423f14a5c37aa298b2115bfd4936f660c6f530

requirements.txt
setup.py
test-requirements.txt

index 6a3258b8c7acead126bfde8344963a3a9617652d..6d146044386cb24342b9e58e9748a70937a65777 100644 (file)
@@ -1,28 +1,27 @@
-alembic>=0.4.1
+pbr>=0.5.21,<1.0
+
+Paste
+PasteDeploy>=1.5.0
+Routes>=1.12.3
 amqplib>=0.6.1
-anyjson>=0.2.4
+anyjson>=0.3.3
 argparse
-Babel>=0.9.6
-d2to1>=0.2.10,<0.3
-eventlet>=0.9.17
+eventlet>=0.13.0
 greenlet>=0.3.2
 httplib2
 iso8601>=0.1.4
-kombu>=1.0.4
+kombu>=2.4.8
 netaddr
+python-neutronclient>=2.2.3,<3
+pyudev
+SQLAlchemy>=0.7.8,<=0.7.99
+WebOb>=1.2.3,<1.3
+python-keystoneclient>=0.3.0
+alembic>=0.4.1
+six
+stevedore>=0.10
 
 -f http://tarballs.openstack.org/oslo.config/oslo.config-1.2.0a3.tar.gz#egg=oslo.config-1.2.0a3
 oslo.config>=1.2.0a3
 
-Paste
-PasteDeploy>=1.5.0
-pbr>=0.5.16,<0.6
-python-keystoneclient>=0.2.0
-python-neutronclient>=2.2.3,<3.0.0
-python-novaclient
-pyudev
-Routes>=1.12.3
-six
-sqlalchemy>=0.7.8,<=0.7.99
-stevedore>=0.9
-WebOb>=1.2
+python-novaclient>=2.12.0
index 1e9882df0ed283780991dd3eebfa1404bda89ecf..2a0786a8b28e67a7be5b8c4834529bcc17a6ae33 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -14,8 +14,9 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
+# THIS FILE IS MANAGED BY THE GLOBAL REQUIREMENTS REPO - DO NOT EDIT
 import setuptools
 
 setuptools.setup(
-    setup_requires=['d2to1>=0.2.10,<0.3', 'pbr>=0.5,<0.6'],
-    d2to1=True)
+    setup_requires=['pbr>=0.5.21,<1.0'],
+    pbr=True)
index 8965f2080b29498fbcadf059db8b091eb36573c1..3c5b81173943efd77339323e54027778e2b7652e 100644 (file)
@@ -1,24 +1,22 @@
-cliff
-# Packages for the Cisco Plugin
-###############################
-configobj
-###############################
+hacking>=0.5.6,<0.7
+
+Babel>=0.9.6
+cliff>=1.4
 coverage>=3.6
 discover
 fixtures>=0.3.12
-hacking>=0.5.3,<0.6
-mock>=1.0b1
-mox==0.5.3
+mock>=1.0
+mox>=0.5.3
 nose
-nosehtmloutput
+nosehtmloutput>=0.0.3
 nosexcover
-openstack.nose_plugin
-# Install bounded pep8/pyflakes first, then let flake8 install
-pep8==1.4.5
-pyflakes==0.7.2
-flake8==2.0
+openstack.nose_plugin>=0.7
 python-subunit
 sphinx>=1.1.2
-testrepository>=0.0.13
-testtools>=0.9.27
-webtest==1.3.3
+testrepository>=0.0.17
+testtools>=0.9.32
+WebTest==1.3.3
+# Packages for the Cisco Plugin
+###############################
+configobj
+###############################