setup: add versioned dependency on pyaml

In commit 24131333ac ("trivial: disable
YAML loading warning"), an assumption was made that the version of pyaml
present was 5.1 or later; see https://msg.pyyaml.org/load .

Version the dependency.
This commit is contained in:
G. Branden Robinson
2019-08-20 12:04:27 +10:00
parent 69fa94e7f4
commit 940b43b767

View File

@@ -36,7 +36,7 @@ DEPS = [
'pyelftools',
'sh',
'pexpect',
'pyaml',
'pyaml>=5.1',
'jsonschema',
'pyfdt',
'cmake-format==0.4.5',