blob: 5f09fb8994a0475b1d7c2b3ae16f1f64c72f7188 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
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"
|