Add allow-sqlalchemy-1.1.patch

* Add allow-sqlalchemy-1.1.patch.

Change-Id: I5ee463052b7fffb0141fb7902d9690bda2aba8c0
This commit is contained in:
Thomas Goirand 2017-01-11 03:03:10 +01:00
parent 9da81d0d71
commit 7b41032e33
3 changed files with 23 additions and 0 deletions

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
heat (1:7.0.0-3) unstable; urgency=medium
* Add allow-sqlalchemy-1.1.patch.
-- Thomas Goirand <zigo@debian.org> Wed, 11 Jan 2017 03:02:49 +0100
heat (1:7.0.0-2) unstable; urgency=medium
[ Ondřej Nový ]

View File

@ -0,0 +1,16 @@
Description: Allow SQLA 1.1
Author: Thomas Goirand <zigo@debian.org>
Forwarded: not-needed
Last-Update: 2017-01-11
--- heat-7.0.0.orig/requirements.txt
+++ heat-7.0.0/requirements.txt
@@ -57,7 +57,7 @@ requests>=2.10.0 # Apache-2.0
retrying
Routes
six>=1.9.0 # MIT
-SQLAlchemy<1.1.0,>=1.0.10 # MIT
+SQLAlchemy>=1.0.10 # MIT
sqlalchemy-migrate>=0.9.6 # Apache-2.0
stevedore>=1.16.0 # Apache-2.0
WebOb>=1.2.3 # MIT

View File

@ -2,3 +2,4 @@ only-run-tests-in-heat.tests.patch
fix-requirements.txt.patch
CVE-2016-9185_Prevent_template_validate_from_scanning_ports.patch
remove-broken-rst.patch
allow-sqlalchemy-1.1.patch