Add lockfile>=0.8 to requirements.txt

The new oslo version of the oslo db.sqlalchemy module depends on the
lockfile package. This patch will be used by a following patch which
will sync the new db.sqlalchemy module from oslo to Ironic.

Change-Id: I2540c324b4863405681cb8aac90a4b139e931318
Related-Bug: #1272500
This commit is contained in:
Lucas Alvares Gomes 2014-01-27 12:47:47 +00:00 committed by Devananda van der Veen
parent e0b21facca
commit 2823630cd5
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ anyjson>=0.3.3
argparse
eventlet>=0.13.0
kombu>=2.4.8
lockfile>=0.8
lxml>=2.3
WebOb>=1.2.3,<1.3
greenlet>=0.3.2