Skip to content

Commit

Permalink
Add conditional for python-lzo (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
Miauwkeru authored Feb 21, 2024
1 parent eee455e commit f628545
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@ repository = "https://github.com/fox-it/dissect.squashfs"
[project.optional-dependencies]
full = [
"lz4",
"python-lzo",
# There are no Windows PyPy wheels available for python-lzo
# So we use a pure python fallback for it.
"python-lzo; platform_system != 'Windows' or platform_python_implementation != 'PyPy'",
"zstandard",
]

Expand Down

0 comments on commit f628545

Please sign in to comment.