kmip: Fix missing extra requirement

The kmip plugin requires the pykmip library but it hasn't been listed
in requirements or extra requirements.

Change-Id: I362c4a7f6d7bad331acd9007d46d890306d4bf88
This commit is contained in:
Takashi Kajinami 2024-04-22 20:38:51 +09:00
parent b6edfda344
commit 7d1d8147f3
1 changed files with 2 additions and 0 deletions

View File

@ -33,6 +33,8 @@ packages =
[extras]
dogtag =
dogtag-pki>=10.3.5.1 # LGPLv3+
kmip =
pykmip>=0.7.0 # Apache 2.0 License
[entry_points]
oslo.policy.enforcer =