aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py-flask
diff options
context:
space:
mode:
authorEivind Uggedal <eivind@uggedal.com>2014-05-22 08:00:48 +0000
committerEivind Uggedal <eivind@uggedal.com>2014-05-22 08:00:48 +0000
commitb938326126a1aa9c6bec8bd774d64e396c5a50e8 (patch)
tree2cbf19f40d236e01c9b60fe42581836bb8cda5b3 /testing/py-flask
parent3015184a49573bc21fe0451592c14fb24c6fdf58 (diff)
downloadaports-b938326126a1aa9c6bec8bd774d64e396c5a50e8.tar.bz2
aports-b938326126a1aa9c6bec8bd774d64e396c5a50e8.tar.xz
testing/py-flask: add missing py-itsdangerous dep
Diffstat (limited to 'testing/py-flask')
-rw-r--r--testing/py-flask/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/py-flask/APKBUILD b/testing/py-flask/APKBUILD
index b02b68a122..83d5d178e3 100644
--- a/testing/py-flask/APKBUILD
+++ b/testing/py-flask/APKBUILD
@@ -3,12 +3,12 @@
pkgname=py-flask
_pkgname=Flask
pkgver=0.10.1
-pkgrel=0
+pkgrel=1
pkgdesc="A web development microframework"
url="http://flask.pocoo.org/"
arch="noarch"
license="MIT"
-depends="python py-werkzeug py-jinja2"
+depends="python py-werkzeug py-jinja2 py-itsdangerous"
depends_dev=""
makedepends="python-dev py-setuptools"
install=""