Upgrade PyKMIP to 0.5.0

The 0.5.0 release of PyKMIP includes a new PyKMIP server that can be
used as a key manager for testing purposes. This feature is required
for the proposed Barbican KMIP gate check.

Updating global-requirements to this version will allow a gate check
that can test the Barbican KMIP plugin with an actual KMIP server.

Change-Id: Ifda13a84607bb199b794dc24f5dbba0ee8108dbf
This commit is contained in:
Nathan Reller 2016-04-19 20:33:12 -04:00
parent fb3e3ca73b
commit 04f2748018

View File

@ -151,7 +151,7 @@ pycrypto>=2.6 # Public Domain
PyECLib>=1.2.0 # BSD
pyghmi>=0.6.11 # Apache-2.0
pyinotify>=0.9.6;sys_platform!='win32' and sys_platform!='darwin' and sys_platform!='sunos5' # MIT
pykmip>=0.4.0 # Apache 2.0 License
pykmip>=0.5.0 # Apache 2.0 License
pylxd>=0.19.0 # Apache-2.0
pymemcache>=1.2.9,!=1.3.0 # Apache 2.0 License
pymongo>=3.0.2,!=3.1 # Apache-2.0