mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-02 05:33:57 -09:00
Drop no longer required python-pytz runtime dependency. Signed-off-by: James Hilliard <james.hilliard1@gmail.com> Signed-off-by: Julien Olivain <ju.o@free.fr>
11 lines
366 B
Plaintext
11 lines
366 B
Plaintext
config BR2_PACKAGE_PYTHON_TORTOISE_ORM
|
|
bool "python-tortoise-orm"
|
|
select BR2_PACKAGE_PYTHON_AIOSQLITE # runtime
|
|
select BR2_PACKAGE_PYTHON_ANYIO # runtime
|
|
select BR2_PACKAGE_PYTHON_ISO8601 # runtime
|
|
select BR2_PACKAGE_PYTHON_PYPIKA_TORTOISE # runtime
|
|
help
|
|
Easy async ORM for python, built with relations in mind.
|
|
|
|
https://github.com/tortoise/tortoise-orm
|