diff options
author | Fabian Affolter <fabian@affolter-engineering.ch> | 2014-05-30 17:28:59 +0000 |
---|---|---|
committer | Fabian Affolter <fabian@affolter-engineering.ch> | 2014-07-07 18:12:32 +0000 |
commit | 93e89d9bfc2eb74342c3f1e118fe50bc9fb59141 (patch) | |
tree | 806e8e75617f813cb5ae28e261f6138009407887 /testing/py-praw/APKBUILD | |
parent | 79013251e73265dd9ee347a6192c518d68de187b (diff) | |
download | aports-93e89d9bfc2eb74342c3f1e118fe50bc9fb59141.tar.bz2 aports-93e89d9bfc2eb74342c3f1e118fe50bc9fb59141.tar.xz |
testing/py-praw: update deps
Diffstat (limited to 'testing/py-praw/APKBUILD')
-rw-r--r-- | testing/py-praw/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-praw/APKBUILD b/testing/py-praw/APKBUILD index 17a72ba659..e6de7993f4 100644 --- a/testing/py-praw/APKBUILD +++ b/testing/py-praw/APKBUILD @@ -8,7 +8,7 @@ pkgdesc="A Python module to access to reddit's API" url="https://github.com/praw-dev/praw" arch="noarch" license="GPL3+" -depends="python" +depends="python py-update-checker py-requests py-six" depends_dev="" makedepends="python-dev py-setuptools" install="" |