+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.
--- /dev/null
+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