diff options
Diffstat (limited to 'testing/py-flask')
-rw-r--r-- | testing/py-flask/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/py-flask/APKBUILD b/testing/py-flask/APKBUILD index 752ccc3e2..a2b97863a 100644 --- a/testing/py-flask/APKBUILD +++ b/testing/py-flask/APKBUILD @@ -2,12 +2,12 @@ # Maintainer: William Pitcock <nenolod@dereferenced.org> pkgname=py-flask pkgver=0.9 -pkgrel=1 +pkgrel=2 pkgdesc="a web development microframework" url="http://flask.pocoo.org/" arch="noarch" license="MIT" -depends="python py-werkzeug" +depends="python py-werkzeug py-jinja2" depends_dev="" makedepends="python-dev py-setuptools" install="" |