Martin Jansa
59e8e23b75
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: 73c0dcd28f843b61edaa17fbc4037ef974f52adf)
Signed-off-by: Martin Jansa <martin.jansa@gmail.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
2025-09-22 12:21:23 -07:00
..
2024-12-12 13:22:08 +00:00
2025-03-11 21:29:50 +00:00
2024-07-23 11:17:11 +01:00
2024-09-01 11:05:20 +01:00
2024-01-05 11:59:08 +00:00
2024-12-05 17:07:10 +00:00
2024-10-14 21:42:17 +01:00
2025-01-21 23:09:33 +00:00
2022-08-12 12:00:43 +01:00
2024-06-04 12:04:52 +01:00
2025-01-12 13:15:29 +00: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
2023-10-19 13:26:05 +01:00
2023-03-31 23:30:36 +01:00
2025-09-22 12:21:23 -07:00
2022-08-12 12:00:43 +01:00
2022-08-12 12:00:43 +01:00
2022-08-12 12:00:43 +01:00
2023-06-13 22:10:32 +01:00
2022-10-26 12:28:37 +01:00
2025-02-28 07:49:18 +00:00
2023-12-24 10:39:07 +00:00
2022-08-12 12:00:43 +01:00
2025-05-14 08:33:40 -07:00
2023-12-23 08:46:00 +00:00
2023-12-24 10:39:07 +00:00
2024-08-29 21:58:19 +01:00
2025-03-19 09:48:14 +00:00
2024-10-25 15:25:32 +01:00
2024-11-19 11:38:16 +00:00
2024-12-05 17:07:10 +00:00
2022-10-28 09:44:52 +01:00
2025-03-06 16:33:20 +00:00
2023-09-22 07:45:17 +01:00
2023-06-20 23:24:26 +01:00
2025-03-24 17:29:16 +00:00
2025-01-20 13:38:59 +00:00
2025-03-20 13:50:40 +00:00
2023-02-19 07:47:53 +00:00
2024-10-28 11:58:22 +00:00
2023-05-25 10:29:09 +01:00
2022-08-12 12:00:43 +01:00
2022-08-12 12:00:43 +01:00
2025-02-28 07:49:18 +00:00