diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2023-12-31 11:04:24 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-01-02 14:41:06 +0000 |
commit | 39581827102c54359ec22eebc89ff68af4ec8633 (patch) | |
tree | 7fda1a4c560d9f4b52bbc8ceae7464ccf3f5d571 /bitbake/lib/bb/remotedata.py | |
parent | 280917c2e70b103872c4495836dc7d1bcc30022a (diff) | |
download | poky-39581827102c54359ec22eebc89ff68af4ec8633.tar.gz |
bitbake: bitbake/codeparser.py: address ast module deprecations in py 3.12
Specifically:
/srv/work/alex/poky/bitbake/lib/bb/codeparser.py:279: DeprecationWarning: ast.Str is deprecated and will be removed in Python 3.14; use ast.Constant instead
if isinstance(node.args[0], ast.Str):
/srv/work/alex/poky/bitbake/lib/bb/codeparser.py:280: DeprecationWarning: Attribute s is deprecated and will be removed in Python 3.14; use value instead
value = node.args[0].s
(Bitbake rev: de8ba2770d9a1a94af3d084f9540da7e2fae6022)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/bb/remotedata.py')
0 files changed, 0 insertions, 0 deletions