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 2913df9bc3..0ca7c3c7fb 100644 --- a/testing/py-discogs-client/APKBUILD +++ b/testing/py-discogs-client/APKBUILD @@ -9,7 +9,7 @@ arch="noarch" license="BSD" depends="python py-requests py-oauth2" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/d/discogs-client/discogs-client-$pkgver.tar.gz" |