mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-07-19 15:29:08 +02:00
20 lines
479 B
BlitzBasic
20 lines
479 B
BlitzBasic
DESCRIPTION = "A database migration tool for SQLAlchemy"
|
|
LICENSE = "MIT"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=e3023b042cb6002cb398344b51c67093"
|
|
|
|
inherit pypi setuptools3
|
|
|
|
SRC_URI[sha256sum] = "bca5877e9678b454706347bc10b97cb7d67f300320fa5c3a94423e8266e2823f"
|
|
|
|
PYPI_PACKAGE = "alembic"
|
|
|
|
RDEPENDS:${PN} += "\
|
|
${PYTHON_PN}-dateutil \
|
|
${PYTHON_PN}-editor \
|
|
${PYTHON_PN}-mako \
|
|
${PYTHON_PN}-sqlalchemy \
|
|
${PYTHON_PN}-misc \
|
|
"
|
|
|
|
BBCLASSEXTEND = "native nativesdk"
|