From c9b9e8f11b1aba1396321f08474dbe58a3b11e66 Mon Sep 17 00:00:00 2001 From: Thomas Goirand Date: Mon, 22 Sep 2014 09:34:58 +0000 Subject: [PATCH] Allow routes 2.0 Rewritten-From: 3108c80971774ef5b5c454a0d3968cab61971e5d --- trusty/debian/patches/allow-routes-2.0.patch | 19 +++++++++++++++++++ trusty/debian/patches/series | 1 + 2 files changed, 20 insertions(+) create mode 100644 trusty/debian/patches/allow-routes-2.0.patch diff --git a/trusty/debian/patches/allow-routes-2.0.patch b/trusty/debian/patches/allow-routes-2.0.patch new file mode 100644 index 00000000..381c3ff4 --- /dev/null +++ b/trusty/debian/patches/allow-routes-2.0.patch @@ -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 +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 diff --git a/trusty/debian/patches/series b/trusty/debian/patches/series index 1ebe602d..c67632a8 100644 --- a/trusty/debian/patches/series +++ b/trusty/debian/patches/series @@ -1 +1,2 @@ fix-default-db.patch +allow-routes-2.0.patch -- 2.45.2