mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-07-19 15:29:08 +02:00

Many recipes are currently building with setuptools3 but can use a more modern tool: typically setuptools_build_meta but ordered-set can use flit_core and pyrad can use poetry_core. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
16 lines
446 B
BlitzBasic
16 lines
446 B
BlitzBasic
DESCRIPTION = "SQLAlchemy database migrations for Flask applications using Alembic"
|
|
LICENSE = "MIT"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=3b69377f79f3f48c661701236d5a6a85"
|
|
|
|
SRC_URI[sha256sum] = "57d6060839e3a7f150eaab6fe4e726d9e3e7cffe2150fb223d73f92421c6d1d9"
|
|
|
|
PYPI_PACKAGE = "Flask-Migrate"
|
|
|
|
inherit pypi setuptools_build_meta
|
|
|
|
RDEPENDS:${PN} += "\
|
|
${PYTHON_PN}-flask-sqlalchemy \
|
|
${PYTHON_PN}-alembic \
|
|
${PYTHON_PN}-flask \
|
|
"
|