mirror of
https://github.com/borgbackup/borg.git
synced 2026-09-02 14:43:21 +02:00
also: do brew update again with dev/null redirect to avoid "too much log output" on travis-ci
4 lines
232 B
Text
4 lines
232 B
Text
# low-level FUSE support library for "borg mount"
|
|
# please see the comments in setup.py about llfuse.
|
|
llfuse >=1.3.4, <1.3.7; python_version <"3.9" # broken on py39
|
|
llfuse >=1.3.7, <2.0; python_version >="3.9" # broken on freebsd
|