summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2017-09-20 15:58:12 +0100
committerTristan Van Berkom <tristan.van.berkom@gmail.com>2017-09-27 12:21:25 +0000
commitbf0f2863e8cea73e41d5d9efca3126e4075fc3ae (patch)
treedf4c573662b7531097474ebf28e0bb9b901d017e /setup.py
parent14cbb4b3c90f5c8feed996c64bcf600a90b9628e (diff)
downloadbuildstream-bf0f2863e8cea73e41d5d9efca3126e4075fc3ae.tar.gz
Fork and embed fusepy
The upstream of fuse.py is <https://github.com/terencehonles/fusepy>. It looks pretty abandoned -- there have been no commits there since 5th April 2016 and there are 17 pull requests dating from 2013 onwards that are still waiting for responses from the maintainer. There's no support in fuse.py for ppc64 platforms which means BuildStream is unusable on that architecture at present. My pull request to fix that upstream is being ignored; since the module is a single .py file provided under the ISC license it is simplest to pull the whole thing into buildstream.git instead. The version of fuse.py that's been embedded is the one from pull request #72, from upstream release v2.0.4 (commit 0eafeb5).
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index a7cfc21d1..119d65644 100755
--- a/setup.py
+++ b/setup.py
@@ -131,8 +131,7 @@ setup(name='BuildStream',
'ruamel.yaml',
'pluginbase',
'Click',
- 'blessings',
- 'fusepy'
+ 'blessings'
],
entry_points='''
[console_scripts]