Files
rpi-buildroot/package/python-aerich/Config.in
James Hilliard acede98f8f package/python-aerich: bump to version 0.8.1
Replace python-tomlkit with python-tomli-w runtime dependency.

Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
Signed-off-by: Julien Olivain <ju.o@free.fr>
2025-01-11 17:03:49 +01:00

13 lines
483 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_ASYNCCLICK # runtime
select BR2_PACKAGE_PYTHON_DICTDIFFER # runtime
select BR2_PACKAGE_PYTHON_PYDANTIC # runtime
select BR2_PACKAGE_PYTHON_TOMLI_W # runtime
select BR2_PACKAGE_PYTHON_TORTOISE_ORM # runtime
help
A database migrations tool for Tortoise ORM.
https://github.com/tortoise/aerich