]> review.fuel-infra Code Review - openstack-build/heat-build.git/commitdiff
Refreshed allow-route-2.0.patch.
authorThomas Goirand <thomas@goirand.fr>
Fri, 26 Dec 2014 05:40:57 +0000 (13:40 +0800)
committerThomas Goirand <thomas@goirand.fr>
Fri, 26 Dec 2014 05:40:57 +0000 (13:40 +0800)
Rewritten-From: 753ccaf838c400cf1fed6389d24e49dc9ec5b163

xenial/debian/changelog
xenial/debian/patches/allow-route-2.0.patch [new file with mode: 0644]
xenial/debian/patches/series [new file with mode: 0644]

index cb8f4b91158f079379414fe04d54e247ebdc1694..ccb0ac804b558ab6431eb9d31b7af97820909d86 100644 (file)
@@ -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 <zigo@debian.org>  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 (file)
index 0000000..a0e6715
--- /dev/null
@@ -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 <zigo@debian.org>
+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 (file)
index 0000000..838c907
--- /dev/null
@@ -0,0 +1 @@
+allow-route-2.0.patch