Updating the requirements

The global requirements have changed again.  This change set brings it
in line with the others.

The global requirements removed the python binding level for the
mock library.  This change reflects that update.

Change-Id: Id1882206b9b109dea42db407aadb66249f5069ce
This commit is contained in:
Drew Thorstensen 2016-03-01 08:12:49 -05:00
parent bc31751f45
commit 640c5f5c1d
2 changed files with 3 additions and 3 deletions

View File

@ -2,9 +2,9 @@ pbr>=1.6
Babel>=1.3
netifaces>=0.10.4 # MIT
six>=1.9.0
oslo.config>=3.4.0 # Apache-2.0
oslo.config>=3.7.0 # Apache-2.0
oslo.log>=1.14.0 # Apache-2.0
oslo.serialization>=1.10.0 # Apache-2.0
oslo.utils>=3.4.0 # Apache-2.0
oslo.utils>=3.5.0 # Apache-2.0
taskflow>=1.26.0 # Apache-2.0
setuptools<20.2

View File

@ -12,4 +12,4 @@ os-testr>=0.4.1 # Apache-2.0
testrepository>=0.0.18 # Apache-2.0/BSD
testscenarios>=0.4 # Apache-2.0/BSD
testtools>=1.4.0 # MIT
mock>=1.2;python_version<'3.3' # BSD
mock>=1.2 # BSD