1config BR2_PACKAGE_PYTHON_JSONSCHEMA_SPECIFICATIONS
2	bool "python-jsonschema-specifications"
3	depends on BR2_PACKAGE_HOST_RUSTC_TARGET_ARCH_SUPPORTS # python-referencing -> python-rpds-py
4	select BR2_PACKAGE_PYTHON_REFERENCING # runtime
5	help
6	  The JSON Schema meta-schemas and vocabularies, exposed as a
7	  Registry.
8
9	  https://github.com/python-jsonschema/jsonschema-specifications
10