mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 05:17:07 +02:00
community/py3-alembic: fix dependencies
This commit is contained in:
parent
86bddc2dc5
commit
592ff0d850
@ -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="
|
||||
|
Loading…
Reference in New Issue
Block a user