From edc2107895007d621fe474d58bcb99036c8e55d2 Mon Sep 17 00:00:00 2001 From: Paolo Bonzini Date: Tue, 8 Aug 2023 20:19:43 +0200 Subject: 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 --- python/wheels/tomli-2.0.1-py3-none-any.whl | Bin 0 -> 12757 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 python/wheels/tomli-2.0.1-py3-none-any.whl (limited to 'python/wheels') diff --git a/python/wheels/tomli-2.0.1-py3-none-any.whl b/python/wheels/tomli-2.0.1-py3-none-any.whl new file mode 100644 index 0000000000..29670b98d1 Binary files /dev/null and b/python/wheels/tomli-2.0.1-py3-none-any.whl differ -- cgit 1.4.1