uhd/host/python
Martin Braun 0c010d2ece image builder: Fix deprecated usage of yaml.load()
With ruamel.yaml versions >= 0.18, the current image builder doesn't
work, because it uses a deprecated call.

This call was part of a wrapper that fixes Python 3.5-compatibility.
Since our minimum version of Python is now 3.6, we don't need this
anyway so we just can just replace the deprecated usage with
ruamel.yaml's round-trip loader.
2024-07-25 17:11:47 +02:00
..
uhd image builder: Fix deprecated usage of yaml.load() 2024-07-25 17:11:47 +02:00
CMakeLists.txt cmake: Add ENABLE_PYMOD_UTILS option, fix venv 2024-02-19 21:12:01 -06:00
pyproject.toml python: Add pyproject.toml with black line length 2024-04-08 21:44:38 -05:00
pyuhd.cpp rfnoc: Add license checker block controller 2024-05-27 17:05:06 +02:00
setup.py.in python: Explicitly list .mako files as part of Python package 2024-02-25 16:54:12 -06:00