From afaedb6761a46c3243034f8ac7b16d6702eceece Mon Sep 17 00:00:00 2001 From: Ankur Tyagi Date: Mon, 30 Mar 2026 23:38:38 +1300 Subject: [PATCH] python3-alembic: add HOMEPAGE Signed-off-by: Ankur Tyagi Signed-off-by: Anuj Mittal --- meta-python/recipes-devtools/python/python3-alembic_1.17.2.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-python/recipes-devtools/python/python3-alembic_1.17.2.bb b/meta-python/recipes-devtools/python/python3-alembic_1.17.2.bb index 81bfdc64be..dc943836a9 100644 --- a/meta-python/recipes-devtools/python/python3-alembic_1.17.2.bb +++ b/meta-python/recipes-devtools/python/python3-alembic_1.17.2.bb @@ -1,4 +1,5 @@ DESCRIPTION = "A database migration tool for SQLAlchemy" +HOMEPAGE = "https://pypi.org/project/alembic/" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=d2ee18d90dcc02d96b76e9e953629936"