summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRene Borchers2017-08-12 10:07:20 +0200
committerRene Borchers2017-08-12 10:07:20 +0200
commit57ec7daad9be766f1214c1a9acfb4f1cabfb365b (patch)
treebad2108a98b2fb4f3841fe2279e92a66f1a48085
parentda1ca48d7af86288c04528280056c3d0dffa71ba (diff)
downloadaur-57ec7daad9be766f1214c1a9acfb4f1cabfb365b.tar.gz
Changes to be committed:
modified: PKGBUILD Added python2-httplib2 python2-oauth2client to depends list
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 34c637c2ffe2..44a53d527a85 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="Search your google contacts from the command-line or mutt."
url="https://gitlab.com/goobook/goobook"
arch=('any')
license=('GPLv3')
-depends=('python2' 'python2-gdata' 'python2-simplejson' 'python2-keyring')
+depends=('python2' 'python2-gdata' 'python2-simplejson' 'python2-keyring' 'python2-httplib2' 'python2-oauth2client')
makedepends=('python2-setuptools')
source=("https://pypi.python.org/packages/source/g/${_pkgname}/${_pkgname}-${pkgver}.tar.gz")
md5sums=('41f2246336ea713591e7d912d9d05193')