From cb79c6bc2f73dcbec927e31736056ead8a67a7a2 Mon Sep 17 00:00:00 2001 From: Linus Groh Date: Sat, 15 Apr 2023 18:30:24 +0200 Subject: [PATCH] Ports: Add xz to Python dependencies This makes it build the `_lzma` module, and thus makes `lzma` work. Thanks to hjalves for the suggestion! --- Ports/python3/package.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/Ports/python3/package.sh b/Ports/python3/package.sh index 965b49ac39..eabe3c620a 100755 --- a/Ports/python3/package.sh +++ b/Ports/python3/package.sh @@ -26,6 +26,7 @@ depends=( 'readline' 'sqlite' 'termcap' + 'xz' 'zlib' ) configopts=(