cd4c50b72d1d52089c90dceb75a19aa93e9ac649
[openstack-build/ceilometer-build.git] / xenial / 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 --- ceilometer-2014.1~b3.orig/requirements.txt
7 +++ ceilometer-2014.1~b3/requirements.txt
8 @@ -26,7 +26,7 @@ pytz>=2010h
9  PyYAML>=3.1.0
10  requests>=1.1
11  six>=1.5.2
12 -SQLAlchemy>=0.7.8,<=0.8.99
13 +SQLAlchemy>=0.7.8
14  sqlalchemy-migrate>=0.8.2
15  stevedore>=0.14
16  WebOb>=1.2.3