meta-openembedded/meta-python/recipes-devtools/gyp
Kurt Kiefer 7297734204 gyp: fix for compatibility with Python 3.10
The collections abstract base classes module is finally moved to
collections.abc starting in Python 3.10.

Fixes the following problem encountered making use of gyp:

|   File "[...]/usr/lib/python3.10/site-packages/gyp/common.py", line 497, in <module>
|     class OrderedSet(collections.MutableSet):
| AttributeError: module 'collections' has no attribute 'MutableSet'

Signed-off-by: Kurt Kiefer <kurt.kiefer@arthrex.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-10-19 09:23:08 -07:00
..
gyp gyp: fix for compatibility with Python 3.10 2021-10-19 09:23:08 -07:00
gyp_git.bb gyp: fix for compatibility with Python 3.10 2021-10-19 09:23:08 -07:00