aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--testing/py-flask-peewee/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/py-flask-peewee/APKBUILD b/testing/py-flask-peewee/APKBUILD
index 840049dbdd..b41aefc4bc 100644
--- a/testing/py-flask-peewee/APKBUILD
+++ b/testing/py-flask-peewee/APKBUILD
@@ -3,12 +3,12 @@
pkgname=py-flask-peewee
_pkgname=flask-peewee
pkgver=3.0.0
-pkgrel=0
+pkgrel=1
pkgdesc="Flask integration for peewee"
url="http://pypi.python.org/pypi/flask-peewee"
arch="noarch"
license="MIT"
-depends="python3 py3-flask py-peewee"
+depends="python3 py3-flask py-peewee py3-werkzeug py3-jinja2 py3-wtforms py-wtf-peewee"
depends_dev=""
makedepends="python3-dev py3-setuptools"
install=""