diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2026-01-13 18:23:21 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2026-01-13 08:29:01 -0800 |
| commit | 23be3d56d1e6954808d3aa940f412456c5f72992 (patch) | |
| tree | 70dde0168313996d587ec572f9130fea8b4a6ea2 /meta-python/recipes-devtools/python/python3-alembic_1.18.0.bb | |
| parent | d06825b105c601b55845ddde2014dd3fd68c4f76 (diff) | |
| download | meta-openembedded-23be3d56d1e6954808d3aa940f412456c5f72992.tar.gz | |
python3-alembic: upgrade 1.17.2 -> 1.18.0
License-Update: copyright year updated to 2026
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-alembic_1.18.0.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-alembic_1.18.0.bb | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-alembic_1.18.0.bb b/meta-python/recipes-devtools/python/python3-alembic_1.18.0.bb new file mode 100644 index 0000000000..39038958f4 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-alembic_1.18.0.bb | |||
| @@ -0,0 +1,17 @@ | |||
| 1 | DESCRIPTION = "A database migration tool for SQLAlchemy" | ||
| 2 | LICENSE = "MIT" | ||
| 3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=ff111c41e8748bbfa45e8ba92347b681" | ||
| 4 | |||
| 5 | inherit pypi python_setuptools_build_meta | ||
| 6 | |||
| 7 | SRC_URI[sha256sum] = "0c4c03c927dc54d4c56821bdcc988652f4f63bf7b9017fd9d78d63f09fd22b48" | ||
| 8 | |||
| 9 | RDEPENDS:${PN} += "\ | ||
| 10 | python3-dateutil \ | ||
| 11 | python3-editor \ | ||
| 12 | python3-mako \ | ||
| 13 | python3-sqlalchemy \ | ||
| 14 | python3-misc \ | ||
| 15 | " | ||
| 16 | |||
| 17 | BBCLASSEXTEND = "native nativesdk" | ||
