raise the minimum version of pyyaml
The older PyYAML does not install cleanly on macOS. Change-Id: I7772360d6988f305df19c761021b9eca3735e94c Signed-off-by: Doug Hellmann <doug@doughellmann.com>
This commit is contained in:
parent
789ecb12d2
commit
35c0a43c39
@ -1,5 +1,5 @@
|
||||
docutils==0.11
|
||||
dulwich==0.15.0
|
||||
PyYAML==3.10.0
|
||||
PyYAML==5.3.1
|
||||
Sphinx==2.0.0
|
||||
stestr==2.1.0
|
||||
|
@ -3,6 +3,6 @@
|
||||
# process, which may cause wedges in the gate later.
|
||||
|
||||
pbr
|
||||
PyYAML>=3.10
|
||||
PyYAML>=5.3.1
|
||||
dulwich>=0.15.0 # Apache-2.0
|
||||
packaging>=20.4
|
||||
|
Loading…
Reference in New Issue
Block a user