sqlalchemy-migrate: add missing rundeps.

This commit is contained in:
Juan RP 2012-06-28 12:45:10 +02:00
parent 346af5f8ba
commit b55353b8c6

View file

@ -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"