From: Thomas Goirand Date: Wed, 9 Dec 2015 08:54:19 +0000 (+0100) Subject: Removed the patch for allowing routes 2.0. X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=50104ece232843ddf1a72b66a78509ae0457313b;p=openstack-build%2Fheat-build.git Removed the patch for allowing routes 2.0. Rewritten-From: bd68b50eef7af9b0ebe1824df2091800c12bcf5b --- diff --git a/trusty/debian/changelog b/trusty/debian/changelog index cf9f137b..cf5ad640 100644 --- a/trusty/debian/changelog +++ b/trusty/debian/changelog @@ -2,6 +2,7 @@ heat (1:6.0.0~b1-1) experimental; urgency=medium * New upstream release. * Fixed (build-)depends for this release. + * Removed the patch for allowing routes 2.0. -- Thomas Goirand Tue, 08 Dec 2015 14:16:00 +0100 diff --git a/trusty/debian/patches/allow-route-2.0.patch b/trusty/debian/patches/allow-route-2.0.patch deleted file mode 100644 index 2bb397a6..00000000 --- a/trusty/debian/patches/allow-route-2.0.patch +++ /dev/null @@ -1,21 +0,0 @@ -Description: Allow Routes == 2.0 - The Debian package for Routes 2.0 is perfectly valid, as it contains patches. - This patch makes it possible to use it. -Author: Thomas Goirand -Forwarded: not-needed -Last-Update: 2015-08-02 - -Index: heat/requirements.txt -=================================================================== ---- heat.orig/requirements.txt -+++ heat/requirements.txt -@@ -49,8 +49,7 @@ python-zaqarclient>=0.1.1 - pytz>=2013.6 - PyYAML>=3.1.0 - requests>=2.5.2 --Routes!=2.0,!=2.1,>=1.12.3;python_version=='2.7' --Routes!=2.0,>=1.12.3;python_version!='2.7' -+Routes>=1.12.3 - six>=1.9.0 - SQLAlchemy<1.1.0,>=0.9.9 - sqlalchemy-migrate>=0.9.6 diff --git a/trusty/debian/patches/series b/trusty/debian/patches/series index b8ea6001..5f60075e 100644 --- a/trusty/debian/patches/series +++ b/trusty/debian/patches/series @@ -1,2 +1 @@ only-run-tests-in-heat.tests.patch -allow-route-2.0.patch