diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2025-03-31 17:11:26 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-03-31 15:00:30 -0700 |
| commit | e5a449eba2a854c59e2939c4d9e69a828cb32ec9 (patch) | |
| tree | d9710398aeb6fd11c4a643c766b8a1b1a579b416 /meta-python/recipes-devtools/python/python3-alembic_1.15.2.bb | |
| parent | c20e2222aa6d4ab333a7ece4e0a125dcc8ce37ce (diff) | |
| download | meta-openembedded-e5a449eba2a854c59e2939c4d9e69a828cb32ec9.tar.gz | |
python3-alembic: upgrade 1.15.1 -> 1.15.2
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.15.2.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-alembic_1.15.2.bb | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-alembic_1.15.2.bb b/meta-python/recipes-devtools/python/python3-alembic_1.15.2.bb new file mode 100644 index 0000000000..49bf054ecd --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-alembic_1.15.2.bb | |||
| @@ -0,0 +1,17 @@ | |||
| 1 | DESCRIPTION = "A database migration tool for SQLAlchemy" | ||
| 2 | LICENSE = "MIT" | ||
| 3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=d2ee18d90dcc02d96b76e9e953629936" | ||
| 4 | |||
| 5 | inherit pypi python_setuptools_build_meta | ||
| 6 | |||
| 7 | SRC_URI[sha256sum] = "1c72391bbdeffccfe317eefba686cb9a3c078005478885413b95c3b26c57a8a7" | ||
| 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" | ||
