Fix missing PyYAML dependency

PyYAML is required by oslo_utils.fileutils, but has been missing from
requirements.

Closes-Bug: #1977850
Change-Id: I80afbf26c92e20f64904e0e431360dd269b96f23
This commit is contained in:
Takashi Kajinami 2023-10-07 11:12:03 +09:00
parent a122f5c065
commit d6b9e846e4
1 changed files with 1 additions and 0 deletions

View File

@ -12,3 +12,4 @@ debtcollector>=1.2.0 # Apache-2.0
pyparsing>=2.1.0 # MIT
packaging>=20.4 # BSD
tzdata>=2022.4 # MIT
PyYAML>=3.13 # MIT