]> review.fuel-infra Code Review - openstack-build/neutron-lbaas-build.git/commitdiff
Fix requirements.txt. anonscm.debian.org/debian/newton/for-xenial
authorThomas Goirand <zigo@debian.org>
Sun, 17 Jul 2016 11:06:25 +0000 (13:06 +0200)
committerThomas Goirand <zigo@debian.org>
Sun, 17 Jul 2016 11:06:25 +0000 (13:06 +0200)
Rewritten-From: 602500702496ea9c416ec2902ef560fd7fdba131

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

index 89f3e2c9f67c71a238487b48c0f8d6d5a1f8df91..e77140bb79d5d9134834f671986b2aac90e1694b 100644 (file)
@@ -1,3 +1,9 @@
+neutron-lbaas (1:9.0.0~b2-2) UNRELEASED; urgency=medium
+
+  * Fix requirements.txt.
+
+ -- Thomas Goirand <zigo@debian.org>  Sun, 17 Jul 2016 13:06:18 +0200
+
 neutron-lbaas (1:9.0.0~b2-1) experimental; urgency=medium
 
   * New upstream release.
diff --git a/xenial/debian/patches/fix-requirements.txt b/xenial/debian/patches/fix-requirements.txt
new file mode 100644 (file)
index 0000000..20d90ba
--- /dev/null
@@ -0,0 +1,26 @@
+Description: Fix requirements.txt
+Author: Thomas Goirand <zigo@debian.org>
+Forwarded: not-needed
+Last-Update: 2016-07-17
+
+--- neutron-lbaas-9.0.0~b2.orig/requirements.txt
++++ neutron-lbaas-9.0.0~b2/requirements.txt
+@@ -3,9 +3,9 @@
+ # process, which may cause wedges in the gate later.
+ pbr>=1.6 # Apache-2.0
+-eventlet!=0.18.3,>=0.18.2 # MIT
++eventlet
+ requests>=2.10.0 # Apache-2.0
+-netaddr!=0.7.16,>=0.7.12 # BSD
++netaddr
+ neutron-lib>=0.2.0 # Apache-2.0
+ SQLAlchemy<1.1.0,>=1.0.10 # MIT
+ alembic>=0.8.4 # MIT
+@@ -23,5 +23,5 @@ pyasn1 # BSD
+ pyasn1-modules # BSD
+ pyOpenSSL>=0.14 # Apache-2.0
+ stevedore>=1.10.0 # Apache-2.0
+-cryptography!=1.3.0,>=1.0 # BSD/Apache-2.0
++cryptography
+ keystoneauth1>=2.7.0 # Apache-2.0
diff --git a/xenial/debian/patches/series b/xenial/debian/patches/series
new file mode 100644 (file)
index 0000000..59c02fd
--- /dev/null
@@ -0,0 +1 @@
+fix-requirements.txt