瀏覽代碼

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 年之前
父節點
當前提交
cb79c6bc2f
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      Ports/python3/package.sh

+ 1 - 0
Ports/python3/package.sh

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