Skip to content
Snippets Groups Projects
Commit 940b43b7 authored by G. Branden Robinson's avatar G. Branden Robinson
Browse files

setup: add versioned dependency on pyaml

In commit 24131333 ("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.
parent 69fa94e7
No related branches found
No related tags found
No related merge requests found
......@@ -36,7 +36,7 @@ DEPS = [
'pyelftools',
'sh',
'pexpect',
'pyaml',
'pyaml>=5.1',
'jsonschema',
'pyfdt',
'cmake-format==0.4.5',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment