Files
poky/meta/lib/oe
Khem Raj 13028bd6e6 lib/oe: Fix collections ABCs DeprecationWarning in Python 3.7+
- Prefer collections.abc (new in Python 3.3) over collections for abstract base classes

- In Python 3.8, the abstract base classes in collections.abc will no longer be exposed in
  the regular collections module. This will help create a clearer distinction between
  the concrete classes and the abstract base classes."

- https://docs.python.org/3.7/whatsnew/3.7.html#deprecated

- see c66f9f8d39

(From OE-Core rev: e763151e1f7cfe9ea56de06f41769f8a3d74d219)

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2018-08-14 11:36:31 +01:00
..
2017-05-16 14:08:28 +01:00
2018-01-11 10:26:07 +00:00
2018-07-04 00:02:16 +01:00
2016-12-16 10:23:23 +00:00
2018-07-26 13:16:40 +01:00
2018-07-05 11:39:06 +01:00