]> code.ossystems Code Review - openembedded-core.git/commit
license.bbclass: implement ast.NodeVisitor.visit_Constant
authorRoss Burton <ross@burtonini.com>
Wed, 13 Oct 2021 15:10:24 +0000 (16:10 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 14 Oct 2021 21:31:56 +0000 (22:31 +0100)
commit875a944392a3c93f40081a14af357f70b6b8264f
tree088de341e86566caae14173dd736f8d16d4d6ee1
parentabc93390a3f19bc4cc159c5690a478b9e2270906
license.bbclass: implement ast.NodeVisitor.visit_Constant

Since Python 3.8 visit_Num(), visit_Str() and so on are all deprecated
and replaced with visit_Constant.  We can't yet remove the deprecated
functions until we require 3.8, but we can implement visit_Constant to
silence the deprecation warnings.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/license.bbclass