summaryrefslogtreecommitdiff
path: root/setup.cfg
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.cfg
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.cfg')
-rw-r--r--setup.cfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index 8950a0c1b..9e335fdc7 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -12,5 +12,6 @@ pep8ignore =
tmp/* ALL
*/lib/python3* ALL
*/bin/* ALL
+ buildstream/_fuse/fuse.py ALL
env =
D:BST_TEST_SUITE=True