seL4/tools/python-deps
G. Branden Robinson 2b5c8d3f84 setup.py: depend on 'pyyaml', not 'pyaml'
In the pip namespace, 'pyaml' is "pretty-yaml", a YAML generator (but
not a YAML parser); 'pyyaml' (accessed with "import yaml"), a.k.a.
"PyYAML", is the YAML serialiser and reader we actually use.

Bump the minor version number per semantic versioning rules.  (One could
argue that we are "removing" pyaml (pretty-yaml) from our interface and
therefore a major version bump is required, but we weren't _actually_
using that module so I would argue that the introduction of 'pyyaml' is
the visible change.)

Thanks to Japheth Lim for identifying this issue.
2019-08-30 16:53:16 +10:00
..
README.rst Add missing license to tools/python-deps/README.rst 2017-08-28 17:10:51 +10:00
setup.py setup.py: depend on 'pyyaml', not 'pyaml' 2019-08-30 16:53:16 +10:00

..
.. Copyright 2017, Data61
.. Commonwealth Scientific and Industrial Research Organisation (CSIRO)
.. ABN 41 687 119 230.
..
.. This software may be distributed and modified according to the terms of
.. the GNU General Public License version 2. Note that NO WARRANTY is provided.
.. See "LICENSE_GPLv2.txt" for details.
..
.. @TAG(DATA61_GPL)
..
seL4 Python Dependency Metapackage
##################################

An empty package depending on all the python packages required to build the seL4
microkernel, its manual, and proofs.