summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-alembic_1.18.1.bb
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2026-02-05 13:14:25 +0800
committerKhem Raj <raj.khem@gmail.com>2026-02-06 10:06:23 -0800
commit267d59ca60fbdfea6bfafe98ba9aaeadd3bcb554 (patch)
tree21dc84511529bab02d0d88fde2250a16d0fe6b12 /meta-python/recipes-devtools/python/python3-alembic_1.18.1.bb
parente27ed6de73b766302640ec0e212effc23ac50939 (diff)
downloadmeta-openembedded-267d59ca60fbdfea6bfafe98ba9aaeadd3bcb554.tar.gz
python3-alembic: upgrade 1.18.1 -> 1.18.3
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.1.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-alembic_1.18.1.bb17
1 files changed, 0 insertions, 17 deletions
diff --git a/meta-python/recipes-devtools/python/python3-alembic_1.18.1.bb b/meta-python/recipes-devtools/python/python3-alembic_1.18.1.bb
deleted file mode 100644
index b9bc454bdb..0000000000
--- a/meta-python/recipes-devtools/python/python3-alembic_1.18.1.bb
+++ /dev/null
@@ -1,17 +0,0 @@
1DESCRIPTION = "A database migration tool for SQLAlchemy"
2LICENSE = "MIT"
3LIC_FILES_CHKSUM = "file://LICENSE;md5=ff111c41e8748bbfa45e8ba92347b681"
4
5inherit pypi python_setuptools_build_meta
6
7SRC_URI[sha256sum] = "83ac6b81359596816fb3b893099841a0862f2117b2963258e965d70dc62fb866"
8
9RDEPENDS:${PN} += "\
10 python3-dateutil \
11 python3-editor \
12 python3-mako \
13 python3-sqlalchemy \
14 python3-misc \
15"
16
17BBCLASSEXTEND = "native nativesdk"