diff options
author | Jürg Billeter <j@bitron.ch> | 2020-04-29 09:25:01 +0200 |
---|---|---|
committer | Jürg Billeter <j@bitron.ch> | 2020-06-03 13:49:39 +0200 |
commit | 3a0db49717cc4a41f61e724af3e824a6da8e60f8 (patch) | |
tree | 547fa0b3d18674dc7f344b65b5b47f484ed684d2 /setup.cfg | |
parent | 4162e8d8c71e7125305282a67f626c2ef9de4b9c (diff) | |
download | buildstream-3a0db49717cc4a41f61e724af3e824a6da8e60f8.tar.gz |
Drop unused _fuse package
Diffstat (limited to 'setup.cfg')
-rw-r--r-- | setup.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |