commit | edc2107895007d621fe474d58bcb99036c8e55d2 | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Tue Aug 08 20:19:43 2023 +0200 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Mon Aug 28 09:55:48 2023 +0200 |
tree | 8e1efc72f064ddd0f0cc3431fa555553479c7942 | |
parent | 7c3fb52bcdaef85b15a91b3ca4d1516f9d9b5402 [diff] |
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>