mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-25 19:57:27 +01:00
Changelog: ============ * The top-level test runner has been changed to use nox, adding a noxfile.py as well as some included modules. * The minimum Python version is now 3.10, as Python 3.9 is EOL. 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=d2ee18d90dcc02d96b76e9e953629936"
|
|
|
|
inherit pypi python_setuptools_build_meta
|
|
|
|
SRC_URI[sha256sum] = "4652a0b3e19616b57d652b82bfa5e38bf5dbea0813eed971612671cb9e90c0fe"
|
|
|
|
RDEPENDS:${PN} += "\
|
|
python3-dateutil \
|
|
python3-editor \
|
|
python3-mako \
|
|
python3-sqlalchemy \
|
|
python3-misc \
|
|
"
|
|
|
|
BBCLASSEXTEND = "native nativesdk"
|