summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBjorn Pagen2017-09-10 00:18:03 -0400
committerBjorn Pagen2017-09-10 00:18:03 -0400
commit56b86be97ad7090ca4488cf9be8d790044f77679 (patch)
treef8f0999ce00adb42717b425d222c0d759d90da64
parent9d7199d8463b540a19c1baee8b6fff7bb21ae833 (diff)
downloadaur-56b86be97ad7090ca4488cf9be8d790044f77679.tar.gz
added python2-oauth2client dependency
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c87900408849..f3cb516ffd68 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,6 +8,7 @@ pkgbase = googlecl-git
makedepends = git
depends = python
depends = python2
+ depends = python2-oauth2client
provides = googlecl
conflicts = googlecl
source = googlecl-git::git+https://github.com/vinitkumar/googlecl.git
diff --git a/PKGBUILD b/PKGBUILD
index 7f67334ce814..e30aa80f9121 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,8 @@ arch=('any')
url="https://github.com/vinitkumar/googlecl"
license=('APACHE')
depends=('python'
- 'python2')
+ 'python2'
+ 'python2-oauth2client')
makedepends=('git')
provides=('googlecl')
conflicts=('googlecl')