Add PyYAML to requirements.txt, dependency of genpwd
PyYAML is a dependency of the genpwd command. Not listing it as an explicit requirement leads to import failures when running kolla-ansible out of a fresh virtual environment. Change-Id: I4fcac09f94f9503c4fcb308db27f94d6db655b06 Closes-Bug: #1650399
This commit is contained in:
parent
627719e66c
commit
1b69ae9023
@ -11,4 +11,5 @@ oslo.config!=3.18.0,>=3.14.0 # Apache-2.0
|
||||
oslo.utils>=3.18.0 # Apache-2.0
|
||||
setuptools!=24.0.0,>=16.0 # PSF/ZPL
|
||||
pycrypto>=2.6 # Public Domain
|
||||
PyYAML>=3.10.0 # MIT
|
||||
netaddr!=0.7.16,>=0.7.13 # BSD
|
||||
|
Loading…
Reference in New Issue
Block a user