buildroot/package/python-aerich/Config.in
James Hilliard c1d9e4b9f7 package/python-aerich: new package
We need to backport a patch so that the correct poetry build backend
is used.

Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
Signed-off-by: Arnout Vandecappelle <arnout@mind.be>
2024-07-18 22:49:07 +02:00

13 lines
478 B
Plaintext

config BR2_PACKAGE_PYTHON_AERICH
bool "python-aerich"
depends on BR2_PACKAGE_HOST_RUSTC_TARGET_ARCH_SUPPORTS # python-pydantic -> python-pydantic-core
select BR2_PACKAGE_PYTHON_CLICK # runtime
select BR2_PACKAGE_PYTHON_DICTDIFFER # runtime
select BR2_PACKAGE_PYTHON_PYDANTIC # runtime
select BR2_PACKAGE_PYTHON_TOMLKIT # runtime
select BR2_PACKAGE_PYTHON_TORTOISE_ORM # runtime
help
A database migrations tool for Tortoise ORM.
https://github.com/tortoise/aerich