085f3b92f34ba7e3f319c88b64fa99d8ba25f5ea
[openstack-build/ceilometer-build.git] / debian / patches / fix-setup-requirements.patch
1 From 95aa5bdfe07b287e5671db4b0a242d84b981bfc5 Mon Sep 17 00:00:00 2001
2 From: Dmitry Burmistrov <dburmistrov@mirantis.com>
3 Date: Fri, 14 Mar 2014 11:21:53 +0400
4 Subject: [PATCH 2/2] fix-setup-requirements
5
6 ---
7  requirements.txt |    2 +-
8  1 file changed, 1 insertion(+), 1 deletion(-)
9
10 diff --git a/requirements.txt b/requirements.txt
11 index 7b6c237..c96fd6a 100644
12 --- a/requirements.txt
13 +++ b/requirements.txt
14 @@ -29,5 +29,5 @@ six>=1.5.2
15  SQLAlchemy>=0.7.8,<=0.8.99
16  sqlalchemy-migrate>=0.8.2
17  stevedore>=0.14
18 -WebOb>=1.2.3
19 +WebOb>=1.2.3,<1.4
20  WSME>=0.6
21 -- 
22 1.7.9.5
23