From: Thomas Goirand Date: Sun, 17 Jul 2016 11:06:25 +0000 (+0200) Subject: Fix requirements.txt. X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=refs%2Fheads%2Fanonscm.debian.org%2Fdebian%2Fnewton%2Ffor-xenial;p=openstack-build%2Fneutron-lbaas-build.git Fix requirements.txt. Rewritten-From: 602500702496ea9c416ec2902ef560fd7fdba131 --- diff --git a/xenial/debian/changelog b/xenial/debian/changelog index 89f3e2c..e77140b 100644 --- a/xenial/debian/changelog +++ b/xenial/debian/changelog @@ -1,3 +1,9 @@ +neutron-lbaas (1:9.0.0~b2-2) UNRELEASED; urgency=medium + + * Fix requirements.txt. + + -- Thomas Goirand 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 index 0000000..20d90ba --- /dev/null +++ b/xenial/debian/patches/fix-requirements.txt @@ -0,0 +1,26 @@ +Description: Fix requirements.txt +Author: Thomas Goirand +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 index 0000000..59c02fd --- /dev/null +++ b/xenial/debian/patches/series @@ -0,0 +1 @@ +fix-requirements.txt