From a05e7e606edc05e617468eb3713128a4268803aa Mon Sep 17 00:00:00 2001 From: Thomas Goirand Date: Fri, 26 Dec 2014 13:40:57 +0800 Subject: [PATCH] Refreshed allow-route-2.0.patch. Rewritten-From: 753ccaf838c400cf1fed6389d24e49dc9ec5b163 --- xenial/debian/changelog | 1 + xenial/debian/patches/allow-route-2.0.patch | 19 +++++++++++++++++++ xenial/debian/patches/series | 1 + 3 files changed, 21 insertions(+) create mode 100644 xenial/debian/patches/allow-route-2.0.patch create mode 100644 xenial/debian/patches/series diff --git a/xenial/debian/changelog b/xenial/debian/changelog index cb8f4b91..ccb0ac80 100644 --- a/xenial/debian/changelog +++ b/xenial/debian/changelog @@ -3,6 +3,7 @@ heat (2015.1~b1-1) UNRELEASED; urgency=medium * New upstream release. * Reviewed (build-)depends for this release. * Build the heat.conf.sample on the fly at build time. + * Refreshed allow-route-2.0.patch. -- Thomas Goirand Wed, 24 Dec 2014 17:45:14 +0800 diff --git a/xenial/debian/patches/allow-route-2.0.patch b/xenial/debian/patches/allow-route-2.0.patch new file mode 100644 index 00000000..a0e67156 --- /dev/null +++ b/xenial/debian/patches/allow-route-2.0.patch @@ -0,0 +1,19 @@ +Description: Allow routes 2.0 + Upstream is rejecting Routes 2.0 because the archive on PyPi is broken, + however, the Debian package for Routes 2.0 is perfectly fine. So we remove + the restriction. +Author: Thomas Goirand +Forwarded: not-needed +Last-Update: 2014-12-26 + +--- heat-2015.1~b1.orig/requirements.txt ++++ heat-2015.1~b1/requirements.txt +@@ -37,7 +37,7 @@ python-troveclient>=1.0.7 + PyYAML>=3.1.0 + qpid-python + requests>=2.2.0,!=2.4.0 +-Routes>=1.12.3,!=2.0 ++Routes>=1.12.3 + six>=1.7.0 + SQLAlchemy>=0.9.7,<=0.9.99 + sqlalchemy-migrate>=0.9.1,!=0.9.2 diff --git a/xenial/debian/patches/series b/xenial/debian/patches/series new file mode 100644 index 00000000..838c9075 --- /dev/null +++ b/xenial/debian/patches/series @@ -0,0 +1 @@ +allow-route-2.0.patch -- 2.45.2