1config BR2_PACKAGE_PYTHON_ALEMBIC 2 bool "python-alembic" 3 select BR2_PACKAGE_PYTHON_MAKO # runtime 4 select BR2_PACKAGE_PYTHON_SQLALCHEMY # runtime 5 select BR2_PACKAGE_PYTHON_TYPING_EXTENSIONS # runtime 6 help 7 Alembic is a database migrations tool written by the author 8 of SQLAlchemy. 9 10 https://alembic.sqlalchemy.org 11