summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEvan Purkhsier2014-08-12 14:01:31 -0700
committerEvan Purkhsier2014-08-12 14:01:31 -0700
commit84fd365e20f6371a84a25f0c5273208a2224018a (patch)
tree6b9c9b48b1da679532f3ffb626d2395be9805fe3 /PKGBUILD
parent93b3c34084df8e58d237a3650dae78799ecb585b (diff)
downloadaur-84fd365e20f6371a84a25f0c5273208a2224018a.tar.gz
python-httpie-oauth: Fix deps list
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e5ece1dd98b5..015d2b744ace 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,11 +4,11 @@
_gitname=httpie-oauth
pkgname=python-httpie-oauth
pkgver=5.6cf6ed4
-pkgrel=1
+pkgrel=2
pkgdesc="OAuth plugin for httpie"
url="https://github.com/jakubroztocil/httpie-oauth"
source=(git://github.com/jakubroztocil/httpie-oauth.git)
-depends=(python-oauthlib)
+depends=(python-oauthlib python-requests-oauthlib)
makedepends=(python-distribute git)
md5sums=('SKIP')
license=('BSD')