devel/py-babelfish: unbreak with python310
import babelfish
Traceback (most recent call last):
File "<stdin>", line 1, in <module> File "/usr/local/lib/python3.10/site-packages/babelfish/__init__.py", line 20, in <module> from .converters import (LanguageConverter, LanguageReverseConverter, LanguageEquivalenceConverter, CountryConverter, File "/usr/local/lib/python3.10/site-packages/babelfish/converters/__init__.py", line 11, in <module> class CaseInsensitiveDict(collections.MutableMapping):
AttributeError: module 'collections' has no attribute 'MutableMapping'