diff options
Diffstat (limited to 'testing/py-discogs-client/APKBUILD')
-rw-r--r-- | testing/py-discogs-client/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-discogs-client/APKBUILD b/testing/py-discogs-client/APKBUILD index 0ca7c3c7fb..6d0204df45 100644 --- a/testing/py-discogs-client/APKBUILD +++ b/testing/py-discogs-client/APKBUILD @@ -7,7 +7,7 @@ pkgdesc="Official Python API client for Discogs" url="https://github.com/discogs/discogs_client" arch="noarch" license="BSD" -depends="python py-requests py-oauth2" +depends="python2 py-requests py-oauth2" depends_dev="" makedepends="python2-dev py-setuptools" install="" |