diff options
author | Eivind Uggedal <eivind@uggedal.com> | 2014-05-22 08:29:59 +0000 |
---|---|---|
committer | Eivind Uggedal <eivind@uggedal.com> | 2014-05-22 08:29:59 +0000 |
commit | 2eaefd3429b89cacae0f791adb3d3524e05b62a0 (patch) | |
tree | 0d1d6ebfa58cff22563eff3e8dfed8249feb9b74 /testing/py-flask-oauth/APKBUILD | |
parent | 3d623ef16679bbf5a25d9b77b59b29ce748c62aa (diff) | |
download | aports-2eaefd3429b89cacae0f791adb3d3524e05b62a0.tar.bz2 aports-2eaefd3429b89cacae0f791adb3d3524e05b62a0.tar.xz |
testing/py-flask-oauth: add missing py-oauth2 dep
Diffstat (limited to 'testing/py-flask-oauth/APKBUILD')
-rw-r--r-- | testing/py-flask-oauth/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/py-flask-oauth/APKBUILD b/testing/py-flask-oauth/APKBUILD index 1490dff312..923f1e45e5 100644 --- a/testing/py-flask-oauth/APKBUILD +++ b/testing/py-flask-oauth/APKBUILD @@ -3,12 +3,12 @@ pkgname=py-flask-oauth _pkgname=Flask-OAuth pkgver=0.12 -pkgrel=0 +pkgrel=1 pkgdesc="Flask OAuth extension" url="https://pypi.python.org/pypi/Flask-OAuth" arch="noarch" license="BSD" -depends="python py-flask" +depends="python py-flask py-oauth2" depends_dev="" makedepends="python-dev py-setuptools" install="" |