Updated from global requirements

Change-Id: I8196b8de6464bacce539c4b15cfd044ff69eb9a9
This commit is contained in:
OpenStack Proposal Bot 2015-07-12 15:21:38 +00:00
parent abf1b8b594
commit c532fc8182
1 changed files with 2 additions and 1 deletions

View File

@ -18,7 +18,8 @@ oslotest>=1.5.1 # Apache-2.0
# mocking framework
mock>=1.0
mock>=1.1;python_version!='2.6'
mock==1.0.1;python_version=='2.6'
# rootwrap daemon's client should be verified to run in eventlet
eventlet>=0.17.4