~zulcss/nova/nova-api-fix

« back to all changes in this revision

Viewing changes to debian/patches/fix-requirements.patch

  • Committer: Chuck Short
  • Date: 2013-12-12 14:12:08 UTC
  • mfrom: (640.1.1 icehouse)
  • Revision ID: zulcss@ubuntu.com-20131212141208-bqs54ip283oklw0c
webob dependency bump

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
diff --git a/requirements.txt b/requirements.txt
 
2
index de6d606..fb99aa3 100644
1
3
--- a/requirements.txt
2
4
+++ b/requirements.txt
3
5
@@ -1,5 +1,5 @@
7
9
 amqplib>=0.6.1
8
10
 anyjson>=0.3.3
9
11
 argparse
 
12
@@ -9,7 +9,7 @@ Jinja2
 
13
 kombu>=2.4.8
 
14
 lxml>=2.3
 
15
 Routes>=1.12.3
 
16
-WebOb>=1.2.3,<1.3
 
17
+WebOb>=1.2.3,<=1.3
 
18
 greenlet>=0.3.2
 
19
 PasteDeploy>=1.5.0
 
20
 Paste
10
21
@@ -27,6 +27,5 @@ python-glanceclient>=0.9.0
11
22
 python-keystoneclient>=0.4.1
12
23
 six>=1.4.1
14
25
-websockify>=0.5.1,<0.6
15
26
 oslo.config>=1.2.0
16
27
 pycadf>=0.1.9
 
28