Loading
Commits on Source 2
-
Instead of importing `Mapping` from `collections`, it must be imported from `collections.abc`, as the old method will stop working from Python 3.8.
-
Jürg Billeter authored
buildstream/_yaml.py: Import Mapping from collections.abc See merge request !1161