Add Neutron 2015.1 for Ubuntu 14.04
[openstack-build/neutron-build.git] / trusty / debian / patches / 0001-requirements.txt-adjust-for-Ubuntu-14.04.patch
1 From 660d40f27d8cb3f0e43975ee652a917d8180c6ad Mon Sep 17 00:00:00 2001
2 From: Sergey Kolekonov <skolekonov@mirantis.com>
3 Date: Sat, 25 Apr 2015 21:35:49 +0300
4 Subject: [PATCH] requirements.txt: adjust for Ubuntu 14.04
5
6 * Routes!=2.0 restriction is necessary only for running tests with python 3.x,
7   routes 2.0 work just fine with python 2.7
8 ---
9  requirements.txt | 2 +-
10  1 file changed, 1 insertion(+), 1 deletion(-)
11
12 diff --git a/requirements.txt b/requirements.txt
13 index 388120f..c264bbc 100644
14 --- a/requirements.txt
15 +++ b/requirements.txt
16 @@ -5,7 +5,7 @@ pbr>=0.6,!=0.7,<1.0
17  
18  Paste
19  PasteDeploy>=1.5.0
20 -Routes>=1.12.3,!=2.0
21 +Routes>=1.12.3
22  eventlet>=0.16.1,!=0.17.0
23  greenlet>=0.3.2
24  httplib2>=0.7.5
25 -- 
26 1.9.1
27