sqlalchemy-migrate: add missing rundeps.
This commit is contained in:
parent
346af5f8ba
commit
b55353b8c6
1 changed files with 2 additions and 2 deletions
|
@ -1,10 +1,10 @@
|
|||
# Template file for 'sqlalchemy-migrate'
|
||||
pkgname=sqlalchemy-migrate
|
||||
version=0.7.2
|
||||
revision=1
|
||||
revision=2
|
||||
noarch=yes
|
||||
build_style=python-module
|
||||
depends="python"
|
||||
depends="python python-sqlalchemy python-decorator python-tempita"
|
||||
makedepends="python-distribute"
|
||||
pycompile_module="migrate"
|
||||
short_desc="SQLAlchemy Schema Migration Tools"
|
||||
|
|
Loading…
Reference in a new issue