summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorJürg Billeter <j@bitron.ch>2020-04-29 09:25:01 +0200
committerJürg Billeter <j@bitron.ch>2020-06-03 13:49:39 +0200
commit3a0db49717cc4a41f61e724af3e824a6da8e60f8 (patch)
tree547fa0b3d18674dc7f344b65b5b47f484ed684d2 /setup.cfg
parent4162e8d8c71e7125305282a67f626c2ef9de4b9c (diff)
downloadbuildstream-3a0db49717cc4a41f61e724af3e824a6da8e60f8.tar.gz
Drop unused _fuse package
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index 8f095fab1..5a3a75d67 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -36,5 +36,5 @@ ignore_missing_imports=True
ignore_missing_imports=True
# Ignore issues with generated files and vendored code
-[mypy-buildstream._protos.*,buildstream._fuse.*,buildstream._version]
+[mypy-buildstream._protos.*,buildstream._version]
ignore_errors = True