]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Pin SQLAlchemy to 0.7.x
authorDirk Mueller <dirk@dmllr.de>
Tue, 12 Mar 2013 22:08:27 +0000 (23:08 +0100)
committerDirk Mueller <dirk@dmllr.de>
Fri, 15 Mar 2013 13:20:55 +0000 (14:20 +0100)
commit2f2aaf2a89445590e01a7c288de9f5c93b20e87f
tree60a9b608707ef972ccff333234e853a9d1fb707b
parentd0d539bbd3ba177f687a8bbf4af4f9a785e79981
Pin SQLAlchemy to 0.7.x

0.7.10 has been released and is compatible with 0.7.x. Instead
of pinning to 0.7.9, simply pin to 0.7.x to avoid SQLAlchemy 0.8

Unfortuantely '<0.8' matches '0.8.0b2', which is what we don't want.
Therefore pinning it to '<=0.7.99' instead.

This matches a corresponding change in openstack/requirements

Fixes: Bug #1153983
Change-Id: Icf680a933c6092cce52706fd9616a0d208164d1e
tools/pip-requires