]> git.proxmox.com Git - mirror_qemu.git/commit
python: use vendored tomli
authorPaolo Bonzini <pbonzini@redhat.com>
Tue, 8 Aug 2023 18:19:43 +0000 (20:19 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Mon, 28 Aug 2023 07:55:48 +0000 (09:55 +0200)
commitedc2107895007d621fe474d58bcb99036c8e55d2
tree8e1efc72f064ddd0f0cc3431fa555553479c7942
parent7c3fb52bcdaef85b15a91b3ca4d1516f9d9b5402
python: use vendored tomli

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>
configure
python/scripts/vendor.py
python/wheels/tomli-2.0.1-py3-none-any.whl [new file with mode: 0644]