Fixed (build-)dependencies.
[openstack-build/ceilometer-build.git] / xenial / debian / patches / removes-sqlalchemy-restriction.patch
1 Description: Removes SQLAlchemy restriction
2 Author: Thomas Goirand <zigo@debian.org>
3 Forwarded: not-needed
4 Last-Update: 2013-12-09
5
6 --- ceilometer-2014.1~b1.orig/requirements.txt
7 +++ ceilometer-2014.1~b1/requirements.txt
8 @@ -23,7 +23,7 @@ python-swiftclient>=1.5
9  PyYAML>=3.1.0
10  requests>=1.1
11  six>=1.4.1
12 -SQLAlchemy>=0.7.8,<=0.7.99
13 +SQLAlchemy>=0.7.8
14  sqlalchemy-migrate>=0.8.2
15  stevedore>=0.12
16  WebOb>=1.2.3,<1.3