mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-07-19 15:29:08 +02:00

Changelog: Added a new hook to the DefaultImpl DefaultImpl.version_table_impl(). Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
18 lines
445 B
BlitzBasic
18 lines
445 B
BlitzBasic
DESCRIPTION = "A database migration tool for SQLAlchemy"
|
|
LICENSE = "MIT"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=00f8f5c8aab58c3e1cd61525a6675174"
|
|
|
|
inherit pypi python_setuptools_build_meta
|
|
|
|
SRC_URI[sha256sum] = "b00892b53b3642d0b8dbedba234dbf1924b69be83a9a769d5a624b01094e304b"
|
|
|
|
RDEPENDS:${PN} += "\
|
|
python3-dateutil \
|
|
python3-editor \
|
|
python3-mako \
|
|
python3-sqlalchemy \
|
|
python3-misc \
|
|
"
|
|
|
|
BBCLASSEXTEND = "native nativesdk"
|