mirror of
https://github.com/borgbackup/borg.git
synced 2025-02-13 09:56:30 +00:00
Merge branch '1.0-maint'
This commit is contained in:
commit
9ef565b00e
1 changed files with 3 additions and 3 deletions
6
setup.py
6
setup.py
|
@ -34,9 +34,9 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
if sys.platform.startswith('freebsd'):
|
if sys.platform.startswith('freebsd'):
|
||||||
# while llfuse 1.0 is the latest llfuse release right now,
|
# llfuse was frequently broken / did not build on freebsd
|
||||||
# llfuse 0.41.1 is the latest release that actually builds on freebsd:
|
# llfuse 0.41.1, 1.1 are ok
|
||||||
extras_require['fuse'] = ['llfuse==0.41.1', ]
|
extras_require['fuse'] = ['llfuse <2.0, !=0.42.*, !=0.43, !=1.0', ]
|
||||||
|
|
||||||
from setuptools import setup, find_packages, Extension
|
from setuptools import setup, find_packages, Extension
|
||||||
from setuptools.command.sdist import sdist
|
from setuptools.command.sdist import sdist
|
||||||
|
|
Loading…
Reference in a new issue