Initial commit: add debian/ directory
[openstack-build/ceilometer-build.git] / debian / patches / requests-dep.patch
1 Description: Remove upper bound on requests
2 Author: James Page <james.page@ubuntu.com>
3 Forwarded: no
4
5 --- a/tools/pip-requires
6 +++ b/tools/pip-requires
7 @@ -15,7 +15,7 @@ python-novaclient>=2.6.10
8  python-keystoneclient>=0.2.3
9  python-swiftclient
10  lxml
11 -requests<1.0
12 +requests
13  extras
14  wsme>=0.5b1
15  pyyaml