The Python module installed by the package is not fully compatible with Python 3.4+: >>> from gi.repository import BlockDev >>> dir(BlockDev.btrfs) Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/usr/lib/python3.7/site-packages/gi/overrides/BlockDev.py", line 915, in __dir__ items = set(dir(self._mod) + locals().keys()) TypeError: can only concatenate list (not "dict_keys") to list
Is this still an issue with recent releases?
Nevermind. Upstream fixed this months ago.