summary refs log tree commit diff stats
path: root/python/wheels/tomli-2.0.1-py3-none-any.whl (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Revert "python: use vendored tomli"Paolo Bonzini2024-06-081-0/+0
| | | | | | | | | | | Now that Ubuntu 20.04 is not included anymore, there is no need to ship it as part of QEMU; Ubuntu 22.04 includes it and Leap users anyway need to install all the required dependencies from PyPI. This mostly reverts commit ec77ee7634de123b7c899739711000fd21dab68b, with just some changes to the wording. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
* python: use vendored tomliPaolo Bonzini2023-08-281-0/+0
Debian only introduced tomli in the bookworm release. Use a vendored wheel to avoid requiring a package that is only in bullseye-backports and is also absent in Ubuntu 20.04. While at it, fix an issue in the vendor.py scripts which does not add a newline after each package and hash. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>