Re: [yocto] [meta-cgl][PATCH 1/2] crmsh: fix deprecation on collections.MutableSet

2021-10-26 Thread Jeremy Puhlman
Series merged. Thanks. On 10/26/2021 12:45 AM, Yi Zhao wrote: Python 3.10 removes the deprecated aliases to collections abstract base clases [1]. Using 'collections.abc.MutableSet' instead of 'collections.MutableSet' [1]: https://bugs.python.org/issue37324 Fixes: $ crm Traceback (most recent

[yocto] [meta-cgl][PATCH 1/2] crmsh: fix deprecation on collections.MutableSet

2021-10-26 Thread Yi Zhao
Python 3.10 removes the deprecated aliases to collections abstract base clases [1]. Using 'collections.abc.MutableSet' instead of 'collections.MutableSet' [1]: https://bugs.python.org/issue37324 Fixes: $ crm Traceback (most recent call last): File "/usr/bin/crm", line 29, in from crmsh