summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorThomas Waldmann <tw@waldmann-edv.de>2016-02-27 20:59:32 +0100
committerThomas Waldmann <tw@waldmann-edv.de>2016-02-27 20:59:32 +0100
commita4ec69c61014895ed944b8139249f7ac836aa4e8 (patch)
tree57538eadd15a574aa59f5c3658ccb09ecd2f48f3 /setup.py
parent3ae8a95935cfb89a93ed5c9d1340d65f15d1b8bd (diff)
setup.py: add note about llfuse 0.42
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 9730608f8..e5deaf987 100644
--- a/setup.py
+++ b/setup.py
@@ -24,6 +24,7 @@ install_requires = ['msgpack-python>=0.4.6', ]
extras_require = {
# llfuse 0.40 (tested, proven, ok), needs FUSE version >= 2.8.0
# llfuse 0.41 (tested shortly, looks ok), needs FUSE version >= 2.8.0
+ # llfuse 0.42 (tested shortly, looks ok), needs FUSE version >= 2.8.0
# llfuse 1.0 will break API
'fuse': ['llfuse<1.0', ],
}