From 46916c3536a066e876b77eb282d5b24eeb8ecf64 Mon Sep 17 00:00:00 2001 From: "Fiona Klute (WIWA)" Date: Mon, 19 May 2025 14:18:37 +0200 Subject: [PATCH] package/python-referencing: remove runtime python-typing-extensions dependency This reverts commit 0586ee6cba7411b2d1f6635cdfe36ab8fac791d7. The dependency is not needed any more with package/python3 providing 3.13 (since commit d63e207eb869063f82c867658676c2903beb08cb). Signed-off-by: Fiona Klute (WIWA) [Julien: reword commit log title] Signed-off-by: Julien Olivain --- package/python-referencing/Config.in | 1 - 1 file changed, 1 deletion(-) diff --git a/package/python-referencing/Config.in b/package/python-referencing/Config.in index 3a8dc49b2a..273c42543e 100644 --- a/package/python-referencing/Config.in +++ b/package/python-referencing/Config.in @@ -3,7 +3,6 @@ config BR2_PACKAGE_PYTHON_REFERENCING depends on BR2_PACKAGE_HOST_RUSTC_TARGET_ARCH_SUPPORTS # python-rpds-py select BR2_PACKAGE_PYTHON_ATTRS # runtime select BR2_PACKAGE_PYTHON_RPDS_PY # runtime - select BR2_PACKAGE_PYTHON_TYPING_EXTENSIONS # runtime, with Python < 3.13 help JSON Referencing + Python.