mirror of
https://github.com/libfuse/libfuse.git
synced 2026-07-07 14:47:41 +08:00
d0b0fc27fd
On my nfs mount the tests were hanging and it was impossible to diagnoze what is actually the issue. Also get rid of 'looseversion' python package dependency, as that package is not in ubuntu - add a handcode kernel version parser.
8 lines
163 B
Plaintext
8 lines
163 B
Plaintext
# Packages required for building and testing libfuse only,
|
|
# no python code is required when using libfuse.
|
|
# Build packages:
|
|
meson
|
|
ninja
|
|
# Test packages:
|
|
pytest
|