-Description: Fix requirements.txt to allow routes 2.0
- The issue with routes 2.0 was only in the PyPi release, and using the
- Debian package isn't at all an issue. This patch makes it then possible to use
- python-routes, which is what Debian has currently.
+Description: Allow routes 2.0
+ The python-routes 2.0 from Debian is perfectly working, the issue with 2.0
+ is only the PyPi release, so we patch requirements.txt to allow it.
Author: Thomas Goirand <zigo@debian.org>
Forwarded: not-needed
-Last-Update: 2014-09-22
+Last-Update: 2014-10-02
---- heat-2014.2~b3.orig/requirements.txt
-+++ heat-2014.2~b3/requirements.txt
-@@ -29,7 +29,7 @@ python-troveclient>=1.0.4
+--- heat-2014.2~rc1.orig/requirements.txt
++++ heat-2014.2~rc1/requirements.txt
+@@ -34,7 +34,7 @@ python-troveclient>=1.0.4
PyYAML>=3.1.0
qpid-python
- requests>=1.1
+ requests>=1.2.1,!=2.4.0
-Routes>=1.12.3,!=2.0
+Routes>=1.12.3
six>=1.7.0
- SQLAlchemy>=0.7.8,!=0.9.5,<=0.9.99
- sqlalchemy-migrate>=0.9.1
+ SQLAlchemy>=0.8.4,<=0.8.99,>=0.9.7,<=0.9.99
+ sqlalchemy-migrate>=0.9.1,!=0.9.2
Index: heat/etc/heat/heat.conf.sample
===================================================================
---- heat.orig/etc/heat/heat.conf.sample 2014-09-22 16:59:01.000000000 +0800
-+++ heat/etc/heat/heat.conf.sample 2014-09-22 17:16:09.000000000 +0800
-@@ -865,7 +865,7 @@
+--- heat.orig/etc/heat/heat.conf.sample 2014-10-02 19:01:45.000000000 +0800
++++ heat/etc/heat/heat.conf.sample 2014-10-02 19:01:49.000000000 +0800
+@@ -866,7 +866,7 @@
# Deprecated group/name - [DEFAULT]/sql_connection
# Deprecated group/name - [DATABASE]/sql_connection
# Deprecated group/name - [sql]/connection