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'
|
# Template file for 'sqlalchemy-migrate'
|
||||||
pkgname=sqlalchemy-migrate
|
pkgname=sqlalchemy-migrate
|
||||||
version=0.7.2
|
version=0.7.2
|
||||||
revision=1
|
revision=2
|
||||||
noarch=yes
|
noarch=yes
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
depends="python"
|
depends="python python-sqlalchemy python-decorator python-tempita"
|
||||||
makedepends="python-distribute"
|
makedepends="python-distribute"
|
||||||
pycompile_module="migrate"
|
pycompile_module="migrate"
|
||||||
short_desc="SQLAlchemy Schema Migration Tools"
|
short_desc="SQLAlchemy Schema Migration Tools"
|
||||||
|
|
Loading…
Reference in a new issue