blob: feb2c419bcbd60b6765b65089e97ea31e9271e72 [file] [log] [blame]
Andrew Geissler517393d2023-01-13 08:55:19 -06001DESCRIPTION = "A database migration tool for SQLAlchemy"
2LICENSE = "MIT"
Andrew Geisslerc5535c92023-01-27 16:10:19 -06003LIC_FILES_CHKSUM = "file://LICENSE;md5=e3023b042cb6002cb398344b51c67093"
Andrew Geissler517393d2023-01-13 08:55:19 -06004
5inherit pypi setuptools3
6
Andrew Geissler8f840682023-07-21 09:09:43 -05007SRC_URI[sha256sum] = "6a810a6b012c88b33458fceb869aef09ac75d6ace5291915ba7fae44de372c01"
Andrew Geissler517393d2023-01-13 08:55:19 -06008
9PYPI_PACKAGE = "alembic"
10
11RDEPENDS:${PN} += "\
12 ${PYTHON_PN}-dateutil \
13 ${PYTHON_PN}-editor \
14 ${PYTHON_PN}-mako \
15 ${PYTHON_PN}-sqlalchemy \
16 ${PYTHON_PN}-misc \
17"
18
19BBCLASSEXTEND = "native nativesdk"