]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commitdiff
pin sqlalchemy to the 0.7 series
authorSean Dague <sdague@linux.vnet.ibm.com>
Wed, 31 Oct 2012 14:10:29 +0000 (10:10 -0400)
committerSean Dague <sdague@linux.vnet.ibm.com>
Wed, 31 Oct 2012 14:13:15 +0000 (10:13 -0400)
sqlalchemy 0.8 beta has hit mirrors, and changes dependencies, thus
breaking jenkins. This pins it to 0.7 series until all the projects
agree to move forward to 0.8.

Fixes bug #1073569

Change-Id: If11f39d311ba9ef5cb2b198c9649a8997b2a52b5

tools/pip-requires

index 22e0ee88a6d6f9fb9ccd39e25ec3cc1403d5015a..e3b4258e60c681ecb9cc06c206b160217b9f5481 100644 (file)
@@ -1,4 +1,4 @@
-SQLAlchemy>=0.7.3
+SQLAlchemy>=0.7.3,<=0.7.9
 amqplib==0.6.1
 anyjson>=0.2.4
 eventlet>=0.9.17