Update Python package requirements

With the switch to oslo.logging, the logstash logging option was
removed, so no need for python-logstash.

We can also get by with Babel>=0.9.6 which is readily available
with the default python-babel Ubuntu package. 1.3 is very new and
not yet available in PPAs, so no need to complicate our requirements.

Change-Id: I42c285a9084feb5c603c7f97136f87a88af38846
This commit is contained in:
David Shrewsbury 2013-12-02 14:23:35 -05:00
parent dd086ee5f9
commit 38fcbbd88c

View File

@ -1,11 +1,10 @@
pbr>=0.5.21,<1.0 pbr>=0.5.21,<1.0
Babel>=1.3 Babel>=0.9.6
eventlet eventlet
gearman>=2.0.2 gearman>=2.0.2
oslo.config>=1.2.0 oslo.config>=1.2.0
python-daemon>=1.6 python-daemon>=1.6
python-logstash
python_novaclient>=2.14.1,<2.14.2 python_novaclient>=2.14.1,<2.14.2
python_swiftclient>=1.3.0 python_swiftclient>=1.3.0
requests>=1.0.0 requests>=1.0.0