]> review.fuel-infra Code Review - openstack-build/heat-build.git/commitdiff
Allow routes 2.0
authorThomas Goirand <thomas@goirand.fr>
Mon, 22 Sep 2014 09:34:58 +0000 (09:34 +0000)
committerThomas Goirand <thomas@goirand.fr>
Mon, 22 Sep 2014 09:34:58 +0000 (09:34 +0000)
Rewritten-From: 3108c80971774ef5b5c454a0d3968cab61971e5d

trusty/debian/patches/allow-routes-2.0.patch [new file with mode: 0644]
trusty/debian/patches/series

diff --git a/trusty/debian/patches/allow-routes-2.0.patch b/trusty/debian/patches/allow-routes-2.0.patch
new file mode 100644 (file)
index 0000000..381c3ff
--- /dev/null
@@ -0,0 +1,19 @@
+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.
+Author: Thomas Goirand <zigo@debian.org>
+Forwarded: not-needed
+Last-Update: 2014-09-22
+
+--- heat-2014.2~b3.orig/requirements.txt
++++ heat-2014.2~b3/requirements.txt
+@@ -29,7 +29,7 @@ python-troveclient>=1.0.4
+ PyYAML>=3.1.0
+ qpid-python
+ requests>=1.1
+-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
index 1ebe602d2a6bd765859366ac0f79c959ed072681..c67632a84e0cd09af5b28e63bbc91684d7281be8 100644 (file)
@@ -1 +1,2 @@
 fix-default-db.patch
+allow-routes-2.0.patch