mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-09-06 17:50:25 +00:00
Remove redundant UPSTREAM_CHECK_PYPI_PACKAGE assignments of PYPI_PACKAGE, which is the default value. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
16 lines
438 B
BlitzBasic
16 lines
438 B
BlitzBasic
DESCRIPTION = "SQLAlchemy database migrations for Flask applications using Alembic"
|
|
LICENSE = "MIT"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=3b69377f79f3f48c661701236d5a6a85"
|
|
|
|
SRC_URI[sha256sum] = "1a336b06eb2c3ace005f5f2ded8641d534c18798d64061f6ff11f79e1434126d"
|
|
|
|
PYPI_PACKAGE = "flask_migrate"
|
|
|
|
inherit pypi python_setuptools_build_meta
|
|
|
|
RDEPENDS:${PN} += "\
|
|
python3-flask-sqlalchemy \
|
|
python3-alembic \
|
|
python3-flask \
|
|
"
|