Limit psutil to <2.0.0

The psutil package recently released psutil version 2.0.0.  This version
made a significant number of changes that are not backwards-compatible.
We should thus restrict the OpenStack psutil requirement to <2.0.0 until
we can ensure that our code is compatible with the new API and that the
2.0.0 version of psutil has had time to propogate to the various
distros.

Needed by: https://review.openstack.org/#/c/78793/
Change-Id: I63d01235a949cd10ba87d41ad428818daaf9a756
This commit is contained in:
Solly Ross 2014-03-18 17:27:58 -04:00
parent eb52e76fd5
commit e4ed279596
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ pecan>=0.4.5
pip>=1.4
posix_ipc
PrettyTable>=0.7,<0.8
psutil>=1.1.1
psutil>=1.1.1,<2.0.0
pyasn1
pycadf>=0.4.1
pycrypto>=2.6