]> review.fuel-infra Code Review - openstack-build/heat-build.git/commitdiff
fix sqla verison in requirements.txt
authorThomas Goirand <thomas@goirand.fr>
Tue, 1 Apr 2014 06:58:34 +0000 (14:58 +0800)
committerThomas Goirand <thomas@goirand.fr>
Tue, 1 Apr 2014 06:58:34 +0000 (14:58 +0800)
Rewritten-From: 67455bf226503be902145f0cf8b03d3e286b4ae1

xenial/debian/patches/series [new file with mode: 0644]
xenial/debian/patches/sqlalchemy-requirement-fix.patch [new file with mode: 0644]

diff --git a/xenial/debian/patches/series b/xenial/debian/patches/series
new file mode 100644 (file)
index 0000000..b9b56a8
--- /dev/null
@@ -0,0 +1 @@
+sqlalchemy-requirement-fix.patch
diff --git a/xenial/debian/patches/sqlalchemy-requirement-fix.patch b/xenial/debian/patches/sqlalchemy-requirement-fix.patch
new file mode 100644 (file)
index 0000000..30f73cf
--- /dev/null
@@ -0,0 +1,16 @@
+Description: Fix SQLAlchemy version in requirements.txt
+Author: Thomas Goirand <zigo@debian.org>
+Forwarded: not-needed
+Last-Update: 2014-04-01
+
+--- heat-2014.1~rc1.orig/requirements.txt
++++ heat-2014.1~rc1/requirements.txt
+@@ -14,7 +14,7 @@ python-novaclient>=2.15.0
+ PasteDeploy>=1.5.0
+ requests>=1.1
+ Routes>=1.12.3
+-SQLAlchemy>=0.7.8,<=0.8.99
++SQLAlchemy>=0.7.8,<=0.9.99
+ WebOb>=1.2.3
+ python-heatclient>=0.2.3
+ python-keystoneclient>=0.6.0