mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 13:37:45 +00:00
Ports: Add xz to Python dependencies
This makes it build the `_lzma` module, and thus makes `lzma` work. Thanks to hjalves for the suggestion!
This commit is contained in:
parent
960b55dd7d
commit
cb79c6bc2f
1 changed files with 1 additions and 0 deletions
|
@ -26,6 +26,7 @@ depends=(
|
|||
'readline'
|
||||
'sqlite'
|
||||
'termcap'
|
||||
'xz'
|
||||
'zlib'
|
||||
)
|
||||
configopts=(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue