From 592ff0d850427c6ee0810dbcc55c40346f9c6be3 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Mon, 9 Sep 2024 16:48:32 +0200 Subject: [PATCH] community/py3-alembic: fix dependencies --- community/py3-alembic/APKBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/community/py3-alembic/APKBUILD b/community/py3-alembic/APKBUILD index ff0963b3f3e..d1915fe93dc 100644 --- a/community/py3-alembic/APKBUILD +++ b/community/py3-alembic/APKBUILD @@ -3,7 +3,7 @@ pkgname=py3-alembic _pkgname=alembic pkgver=1.13.1 -pkgrel=1 +pkgrel=2 pkgdesc="A database migration tool for SQLAlchemy." url="https://pypi.org/project/alembic/" arch="noarch" @@ -13,6 +13,7 @@ depends=" py3-mako py3-python-editor py3-sqlalchemy + py3-typing-extensions python3 " makedepends="