Martin Jansa
44fbbe97c6
license.py: avoid deprecated ast.Str
* it's deprecated since python-3.12 and removed in 3.14 causing:
openembedded-core/meta/lib/oe/license.py', lineno: 176, function: visit
0172:
0173: LicenseVisitor.__init__(self)
0174:
0175: def visit(self, node):
*** 0176: if isinstance(node, ast.Str):
0177: lic = node.s
0178:
0179: if license_ok(self._canonical_license(self._d, lic),
0180: self._dont_want_licenses) == True:
Exception: AttributeError: module 'ast' has no attribute 'Str'
(From OE-Core rev: 1eb2137324202107baa5cadcfdd682629a9cc269)
Signed-off-by: Martin Jansa <martin.jansa@gmail.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2025-08-25 17:47:21 +01:00
..
2024-12-12 13:22:08 +00:00
2025-08-12 10:05:11 +01:00
2025-06-16 17:57:30 +01:00
2025-04-24 11:27:06 +01:00
2024-01-05 11:59:08 +00:00
2025-04-24 11:27:06 +01:00
2024-10-14 21:42:17 +01:00
2025-08-12 10:05:11 +01:00
2022-08-12 12:00:43 +01:00
2024-06-04 12:04:52 +01:00
2025-04-24 11:27:06 +01:00
2022-08-12 12:00:43 +01:00
2022-08-12 12:00:43 +01:00
2025-03-07 11:13:24 +00:00
2025-06-05 11:02:21 +01:00
2025-06-23 21:42:54 +01:00
2023-03-31 23:30:36 +01:00
2025-06-16 17:57:30 +01:00
2025-08-25 17:47:21 +01:00
2022-08-12 12:00:43 +01:00
2022-08-12 12:00:43 +01:00
2025-04-03 11:06:20 +01:00
2023-06-13 22:10:32 +01:00
2022-10-26 12:28:37 +01:00
2025-06-16 17:57:29 +01:00
2025-06-16 17:57:29 +01:00
2022-08-12 12:00:43 +01:00
2025-04-03 11:06:20 +01:00
2025-06-16 17:57:29 +01:00
2023-12-24 10:39:07 +00:00
2024-08-29 21:58:19 +01:00
2025-05-01 14:22:54 +01:00
2025-03-19 09:48:14 +00:00
2025-06-20 12:07:26 +01:00
2025-05-27 09:01:17 +01:00
2024-12-05 17:07:10 +00:00
2025-06-20 09:52:28 +01:00
2025-03-06 16:33:20 +00:00
2023-09-22 07:45:17 +01:00
2025-05-12 22:01:55 +01:00
2025-08-21 10:29:56 +01:00
2025-01-20 13:38:59 +00:00
2025-06-17 23:38:18 +01:00
2023-02-19 07:47:53 +00:00
2025-06-16 17:57:29 +01:00
2023-05-25 10:29:09 +01:00
2025-06-20 09:52:28 +01:00
2022-08-12 12:00:43 +01:00
2022-08-12 12:00:43 +01:00
2025-08-14 10:31:10 +01:00