mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 08:07:44 +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'
|
'readline'
|
||||||
'sqlite'
|
'sqlite'
|
||||||
'termcap'
|
'termcap'
|
||||||
|
'xz'
|
||||||
'zlib'
|
'zlib'
|
||||||
)
|
)
|
||||||
configopts=(
|
configopts=(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue