From: Thomas Goirand Date: Tue, 1 Apr 2014 06:58:34 +0000 (+0800) Subject: fix sqla verison in requirements.txt X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=af6740ca575afa50458f8c33d462c8262bda2380;p=openstack-build%2Fheat-build.git fix sqla verison in requirements.txt Rewritten-From: 67455bf226503be902145f0cf8b03d3e286b4ae1 --- diff --git a/xenial/debian/patches/series b/xenial/debian/patches/series new file mode 100644 index 00000000..b9b56a85 --- /dev/null +++ b/xenial/debian/patches/series @@ -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 index 00000000..30f73cf2 --- /dev/null +++ b/xenial/debian/patches/sqlalchemy-requirement-fix.patch @@ -0,0 +1,16 @@ +Description: Fix SQLAlchemy version in requirements.txt +Author: Thomas Goirand +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