diff options
Diffstat (limited to 'testing/httpie-oauth/APKBUILD')
-rw-r--r-- | testing/httpie-oauth/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/httpie-oauth/APKBUILD b/testing/httpie-oauth/APKBUILD index 5748ba3442..032852d961 100644 --- a/testing/httpie-oauth/APKBUILD +++ b/testing/httpie-oauth/APKBUILD @@ -9,7 +9,7 @@ arch="noarch" license="BSD" depends="python httpie" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${pkgname:0:1}/$pkgname/$pkgname-$pkgver.tar.gz" |