diff options
author | Sam Thursfield <sam.thursfield@codethink.co.uk> | 2017-09-20 15:58:12 +0100 |
---|---|---|
committer | Tristan Van Berkom <tristan.van.berkom@gmail.com> | 2017-09-27 12:21:25 +0000 |
commit | bf0f2863e8cea73e41d5d9efca3126e4075fc3ae (patch) | |
tree | df4c573662b7531097474ebf28e0bb9b901d017e /setup.cfg | |
parent | 14cbb4b3c90f5c8feed996c64bcf600a90b9628e (diff) | |
download | buildstream-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.cfg | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -12,5 +12,6 @@ pep8ignore = tmp/* ALL */lib/python3* ALL */bin/* ALL + buildstream/_fuse/fuse.py ALL env = D:BST_TEST_SUITE=True |