diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2018-07-18 16:46:55 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-07-18 16:46:55 +0000 |
commit | 766c86c9b73b398e6dabdf021aec67fe5ac7da83 (patch) | |
tree | d41fb87e4e969abb0e84aa98d4583e595a1eaa71 /testing | |
parent | 8e56fe9261d8739eeca60d472a8efebc60f83ed0 (diff) | |
download | aports-766c86c9b73b398e6dabdf021aec67fe5ac7da83.tar.bz2 aports-766c86c9b73b398e6dabdf021aec67fe5ac7da83.tar.xz |
testing/py-flask-peewee: fix dependencies
Diffstat (limited to 'testing')
-rw-r--r-- | testing/py-flask-peewee/APKBUILD | 4 |
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="" |