Skip to content

Commit

Permalink
Merge branch '1.0-maint'
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasWaldmann committed Jun 9, 2016
2 parents 8083799 + 53937a2 commit 9ef565b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@
}

if sys.platform.startswith('freebsd'):
# while llfuse 1.0 is the latest llfuse release right now,
# llfuse 0.41.1 is the latest release that actually builds on freebsd:
extras_require['fuse'] = ['llfuse==0.41.1', ]
# llfuse was frequently broken / did not build on freebsd
# llfuse 0.41.1, 1.1 are ok
extras_require['fuse'] = ['llfuse <2.0, !=0.42.*, !=0.43, !=1.0', ]

from setuptools import setup, find_packages, Extension
from setuptools.command.sdist import sdist
Expand Down

0 comments on commit 9ef565b

Please sign in to comment.