Removed Make_ceilometer_work_with_sqla_0.9.x.patch
[openstack-build/ceilometer-build.git] / trusty / debian / patches / removes-sqla0.8-restrictions.patch
1 Description: Fixes SQLA 0.8 restriction to allow higher versions
2 Author: Thomas Goirand <zigo@debian.org>
3 Forwarded: not-needed
4 Last-Update: 2014-03-14
5
6 Index: ceilometer/requirements.txt
7 ===================================================================
8 --- ceilometer.orig/requirements.txt    2014-04-01 16:37:51.000000000 +0800
9 +++ ceilometer/requirements.txt 2014-04-01 16:46:54.000000000 +0800
10 @@ -27,7 +27,7 @@
11  PyYAML>=3.1.0
12  requests>=1.1
13  six>=1.5.2
14 -SQLAlchemy>=0.7.8,<=0.8.99
15 +SQLAlchemy>=0.7.8
16  sqlalchemy-migrate>=0.8.2
17  stevedore>=0.14
18  WebOb>=1.2.3