Files
rpi-buildroot/package/python-fastui/Config.in
James Hilliard 4d7cf1c1e2 package/python-fastui: new package
Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2024-05-12 12:10:54 +02:00

10 lines
325 B
Plaintext

config BR2_PACKAGE_PYTHON_FASTUI
bool "python-fastui"
depends on BR2_PACKAGE_HOST_RUSTC_TARGET_ARCH_SUPPORTS # python-pydantic -> python-pydantic-core
select BR2_PACKAGE_PYTHON_EMAIL_VALIDATOR # runtime
select BR2_PACKAGE_PYTHON_PYDANTIC # runtime
help
Build better UIs faster.
https://github.com/pydantic/FastUI