PyYAML is a Python module that implements the next generation YAML parser and emitter.
This package is known to build and work properly using an LFS 12.4 platform.
Download (HTTP): https://files.pythonhosted.org/packages/source/P/PyYAML/pyyaml-6.0.3.tar.gz
Download SHA256 Sum: d76623373421df22fb4cf8817020cbb7ef15c725b9d5e45f17e189bfc384190f
Download MD5 sum: dbc6f815cd75160ccf12e470be1c8d6e
Download size: 128 KB
Estimated disk space required: 8.6 MB
Estimated build time: less than 0.1 SBU
cython-3.2.1 and libyaml-0.2.5
"pytest" (for testing)
Build PyYAML with the following command:
pip3 wheel -w dist --no-build-isolation --no-deps --no-cache-dir $PWD
Now, install the module as the root user:
pip3 install --no-index --find-links dist --no-user PyYAML
To test the results, issue: pytest.