Browse Source

Ports: Add xz to Python dependencies

This makes it build the `_lzma` module, and thus makes `lzma` work.

Thanks to hjalves for the suggestion!
Linus Groh 2 years ago
parent
commit
cb79c6bc2f
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Ports/python3/package.sh

+ 1 - 0
Ports/python3/package.sh

@@ -26,6 +26,7 @@ depends=(
     'readline'
     'sqlite'
     'termcap'
+    'xz'
     'zlib'
 )
 configopts=(