4651c4eae91bd024195969931ce292f5c80f2b16
[openstack-build/ceilometer-build.git] / xenial / debian / patches / removes-sqlalchemy-restriction.patch
1 Description: Requirement is wrong
2 Author: Thomas Goirand <zigo@debian.org>
3 Forwarded: no
4 Last-Update: 2013-09-22
5
6 --- ceilometer-2013.2~b3.orig/requirements.txt
7 +++ ceilometer-2013.2~b3/requirements.txt
8 @@ -3,7 +3,7 @@ WebOb>=1.2.3,<1.3
9  kombu>=2.4.8
10  iso8601>=0.1.4
11  argparse
12 -SQLAlchemy>=0.7.8,<=0.7.99
13 +SQLAlchemy>=0.7.8
14  sqlalchemy-migrate>=0.7.2
15  alembic>=0.4.1
16  netaddr