mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-15 23:05:34 +01:00
Changelog: ============ - Added Operations.implementation_for.replace parameter to Operations. implementation_for(), allowing replacement of existing operation implementations. - Fixed issue in SQL Server dialect where the DROP that's automatically emitted for existing default constraints during an ALTER COLUMN needs to take place before not just the modification of the column's default, but also before the column's type is changed 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] = "bbe9751705c5e0f14877f02d46c53d10885e377e3d90eda810a016f9baa19e8e"
|
|
|
|
RDEPENDS:${PN} += "\
|
|
python3-dateutil \
|
|
python3-editor \
|
|
python3-mako \
|
|
python3-sqlalchemy \
|
|
python3-misc \
|
|
"
|
|
|
|
BBCLASSEXTEND = "native nativesdk"
|