]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
Added fix-requirements.txt.patch
authorThomas Goirand <thomas@goirand.fr>
Wed, 8 Jun 2016 23:28:34 +0000 (23:28 +0000)
committerThomas Goirand <thomas@goirand.fr>
Wed, 8 Jun 2016 23:28:34 +0000 (23:28 +0000)
Rewritten-From: beb718539651e2361bd600beb6b857e354e2e071

xenial/debian/changelog
xenial/debian/patches/fix-requirements.txt.patch [new file with mode: 0644]
xenial/debian/patches/series [new file with mode: 0644]

index 904e68c648b7f8690214063b75f7eb038cbfe2b1..6e737a086f6d074fbf1f184ae81f7ed92f47230f 100644 (file)
@@ -4,6 +4,7 @@ neutron (2:9.0.0~b1-1) experimental; urgency=medium
   * Fix neutron-metadata server templates.
   * Fixed (build-)depends for this release.
   * Drop Return_oslo_config_Opts_to_config_generator.patch applied upstream.
+  * Added fix-requirements.txt.patch.
 
  -- Thomas Goirand <zigo@debian.org>  Thu, 09 Jun 2016 00:59:14 +0200
 
diff --git a/xenial/debian/patches/fix-requirements.txt.patch b/xenial/debian/patches/fix-requirements.txt.patch
new file mode 100644 (file)
index 0000000..0c0498d
--- /dev/null
@@ -0,0 +1,27 @@
+Description: Fix requirements.txt
+Author: Thomas Goirand <zigo@debian.org>
+Forwarded: not-needed
+Last-Update: 2016-06-09
+
+--- neutron-9.0.0~b1.orig/requirements.txt
++++ neutron-9.0.0~b1/requirements.txt
+@@ -5,8 +5,7 @@ pbr>=1.6 # Apache-2.0
+ Paste # MIT
+ PasteDeploy>=1.5.0 # MIT
+-Routes!=2.0,!=2.1,!=2.3.0,>=1.12.3;python_version=='2.7' # MIT
+-Routes!=2.0,!=2.3.0,>=1.12.3;python_version!='2.7' # MIT
++Routes
+ debtcollector>=1.2.0 # Apache-2.0
+ eventlet!=0.18.3,>=0.18.2 # MIT
+ pecan>=1.0.0 # BSD
+@@ -43,8 +42,7 @@ oslo.service>=1.10.0 # Apache-2.0
+ oslo.utils>=3.5.0 # Apache-2.0
+ oslo.versionedobjects!=1.9.0,>=1.5.0 # Apache-2.0
+ osprofiler>=1.3.0 # Apache-2.0
+-ovs>=2.5.0;python_version=='2.7' # Apache-2.0
+-ovs>=2.6.0.dev1;python_version>='3.4' # Apache-2.0
++ovs
+ python-novaclient!=2.33.0,>=2.29.0 # Apache-2.0
+ python-designateclient>=1.5.0 # Apache-2.0
diff --git a/xenial/debian/patches/series b/xenial/debian/patches/series
new file mode 100644 (file)
index 0000000..bb52e82
--- /dev/null
@@ -0,0 +1 @@
+fix-requirements.txt.patch