aboutsummaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/selftest/cases/devtool.py
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2018-08-08 15:49:13 -0700
committerArmin Kuster <akuster808@gmail.com>2019-04-09 17:57:17 +0530
commitb254ab6ce34da3d3241a51958b5770664d317fcc (patch)
tree4732b9dfc51f0a090a834ab44c29af7cb4563fe5 /meta/lib/oeqa/selftest/cases/devtool.py
parent7b1dba1a464862e35295756ecf52b24d0962528b (diff)
downloadopenembedded-core-contrib-b254ab6ce34da3d3241a51958b5770664d317fcc.tar.gz
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 https://github.com/python/cpython/commit/c66f9f8d3909f588c251957d499599a1680e2320 Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta/lib/oeqa/selftest/cases/devtool.py')
0 files changed, 0 insertions, 0 deletions