diff options
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="" |