mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-03-09 22:00:00 +00:00
python3-flask-migrate: Upgrade 2.6.0 -> 2.7.0
Upgrade to release 2.7.0: - Reuse engine from Flask-SQLAlchemy - Update logging configuration to include Flask-Migrate's logger Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
DESCRIPTION = "SQLAlchemy database migrations for Flask applications using Alembic"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=3b69377f79f3f48c661701236d5a6a85"
|
||||
|
||||
SRC_URI[sha256sum] = "ae2f05671588762dd83a21d8b18c51fe355e86783e24594995ff8d7380dffe38"
|
||||
|
||||
PYPI_PACKAGE = "Flask-Migrate"
|
||||
|
||||
inherit pypi setuptools3
|
||||
|
||||
RDEPENDS_${PN} += "\
|
||||
${PYTHON_PN}-flask-sqlalchemy \
|
||||
${PYTHON_PN}-alembic \
|
||||
${PYTHON_PN}-flask \
|
||||
"
|
||||
Reference in New Issue
Block a user