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 032852d961..5f30eab6e0 100644 --- a/testing/httpie-oauth/APKBUILD +++ b/testing/httpie-oauth/APKBUILD @@ -7,7 +7,7 @@ pkgdesc="OAuth plugin for HTTPie" url="https://github.com/jkbr/httpie-oauth" arch="noarch" license="BSD" -depends="python httpie" +depends="python2 httpie" depends_dev="" makedepends="python2-dev py-setuptools" install="" |