Skip to content
Snippets Groups Projects
Commit c644f85c authored by Javier Jardón's avatar Javier Jardón
Browse files

Depend on fusepy package instead internal copy

parent 7535fda8
No related branches found
No related tags found
No related merge requests found
Pipeline #28884115 failed
......@@ -57,6 +57,7 @@ source_dist:
variables:
PYTEST_ADDOPTS: "--color=yes"
script:
- pip install git+https://github.com/fusepy/fusepy.git@6b6e8143d46606677ffbcb38021845d2e13a4645
# Diagnostics
- mount
- df -h
......
This diff is collapsed.
......@@ -27,7 +27,7 @@ import shutil
import stat
import tempfile
from .fuse import FuseOSError, Operations
from fuse import FuseOSError, Operations
from .mount import Mount
......
......@@ -24,7 +24,7 @@ import sys
from contextlib import contextmanager
from multiprocessing import Process
from .fuse import FUSE
from fuse import FUSE
from .._exceptions import ImplError
from .. import _signals
......
......@@ -22,7 +22,6 @@ pep8ignore =
tmp/* ALL
*/lib/python3* ALL
*/bin/* ALL
buildstream/_fuse/fuse.py ALL
.eggs/* ALL
*_pb2.py ALL
*_pb2_grpc.py ALL
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment