The referencing module requires either Python >= 3.13 or typing-extensions, otherwise import fails. The dependency was added with 0.36.0, and to Buildroot with commit94cf596d76"package/python-referencing: bump to version 0.36.1". Initial change requiring Python >= 3.13:5ea5a15393Fix to support earlier Python versions with typing-extensions:71cbd0008dSigned-off-by: Fiona Klute (WIWA) <fiona.klute@gmx.de> Signed-off-by: Julien Olivain <ju.o@free.fr>
11 lines
390 B
Plaintext
11 lines
390 B
Plaintext
config BR2_PACKAGE_PYTHON_REFERENCING
|
|
bool "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.
|
|
|
|
https://github.com/python-jsonschema/referencing
|