community/py3-alembic: fix dependencies

This commit is contained in:
Natanael Copa 2024-09-09 16:48:32 +02:00
parent 86bddc2dc5
commit 592ff0d850

View File

@ -3,7 +3,7 @@
pkgname=py3-alembic pkgname=py3-alembic
_pkgname=alembic _pkgname=alembic
pkgver=1.13.1 pkgver=1.13.1
pkgrel=1 pkgrel=2
pkgdesc="A database migration tool for SQLAlchemy." pkgdesc="A database migration tool for SQLAlchemy."
url="https://pypi.org/project/alembic/" url="https://pypi.org/project/alembic/"
arch="noarch" arch="noarch"
@ -13,6 +13,7 @@ depends="
py3-mako py3-mako
py3-python-editor py3-python-editor
py3-sqlalchemy py3-sqlalchemy
py3-typing-extensions
python3 python3
" "
makedepends=" makedepends="