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