1
Fork 0
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:
Linus Groh 2023-04-15 18:30:24 +02:00
parent 960b55dd7d
commit cb79c6bc2f

View file

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