diff options
Diffstat (limited to 'testing/py-praw')
-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 db0dee7f8..684c73dfc 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 py-update-checker py-requests py-six" +depends="python2 py-update-checker py-requests py-six" depends_dev="" makedepends="python2-dev py-setuptools" install="" |