]> review.fuel-infra Code Review - openstack-build/neutron-build.git/blob - xenial/debian/patches/fix-requirements.txt.patch
Refresh fix-requirements.txt.patch
[openstack-build/neutron-build.git] / xenial / debian / patches / fix-requirements.txt.patch
1 Description: Fix requirements.txt
2 Author: Thomas Goirand <zigo@debian.org>
3 Forwarded: not-needed
4 Last-Update: 2016-06-09
5
6 Index: neutron/requirements.txt
7 ===================================================================
8 --- neutron.orig/requirements.txt
9 +++ neutron/requirements.txt
10 @@ -5,8 +5,7 @@ pbr>=1.6 # Apache-2.0
11  
12  Paste # MIT
13  PasteDeploy>=1.5.0 # MIT
14 -Routes!=2.0,!=2.1,!=2.3.0,>=1.12.3;python_version=='2.7' # MIT
15 -Routes!=2.0,!=2.3.0,>=1.12.3;python_version!='2.7' # MIT
16 +Routes
17  debtcollector>=1.2.0 # Apache-2.0
18  eventlet!=0.18.3,>=0.18.2 # MIT
19  pecan>=1.0.0 # BSD
20 @@ -44,8 +43,7 @@ oslo.service>=1.10.0 # Apache-2.0
21  oslo.utils>=3.14.0 # Apache-2.0
22  oslo.versionedobjects>=1.9.1 # Apache-2.0
23  osprofiler>=1.3.0 # Apache-2.0
24 -ovs>=2.5.0;python_version=='2.7' # Apache-2.0
25 -ovs>=2.6.0.dev1;python_version>='3.4' # Apache-2.0
26 +ovs
27  
28  python-novaclient!=2.33.0,>=2.29.0 # Apache-2.0
29  python-designateclient>=1.5.0 # Apache-2.0