mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-23 00:28:29 +00:00
python[3]-fask-migrate: new recipes
V2: fix typo on .inc filename Signed-off-by: Bill Randle <bill.randle@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
committed by
Armin Kuster
parent
b2a0661c4b
commit
d96548a395
14
meta-python/recipes-devtools/python/python-flask-migrate.inc
Normal file
14
meta-python/recipes-devtools/python/python-flask-migrate.inc
Normal file
@@ -0,0 +1,14 @@
|
||||
DESCRIPTION = "SQLAlchemy database migrations for Flask applications using Alembic"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=3b69377f79f3f48c661701236d5a6a85"
|
||||
|
||||
SRC_URI[md5sum] = "def4106c80897b7fad2afb3bc05360e4"
|
||||
SRC_URI[sha256sum] = "b709ca8642559c3c5a81a33ab10839fa052177accd5ba821047a99db635255ed"
|
||||
|
||||
PYPI_PACKAGE = "Flask-Migrate"
|
||||
|
||||
RDEPENDS_${PN} += "\
|
||||
${PYTHON_PN}-flask-sqlalchemy \
|
||||
${PYTHON_PN}-alembic \
|
||||
${PYTHON_PN}-flask \
|
||||
"
|
||||
Reference in New Issue
Block a user