aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBurgess Meredith2022-10-15 12:44:44 +0100
committerBurgess Meredith2022-10-15 12:44:44 +0100
commit49ad4a1813477975e9e751cb7086621521a906ac (patch)
tree455f11e739b790d4fc12f1af33fe87380465eb08
parentee56fb2d65bb687305ec95f1f60f6843f5195337 (diff)
downloadaur-49ad4a1813477975e9e751cb7086621521a906ac.tar.gz
add python-google-auth-oauthlib dependency
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 551e79f51f8d..600d9e3c071a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -11,6 +11,7 @@ pkgbase = overgrive
depends = libnotify
depends = python
depends = python-gobject
+ depends = python-google-auth-oauthlib
depends = python-oauth2client
depends = python-pip
depends = python-pyinotify
diff --git a/PKGBUILD b/PKGBUILD
index dbd39bdd0b3c..4c81df558ded 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ license=('unknown')
# original overgrive dependencies
# libnotify python python-oauth2client python-pyinotify python-pip python-gobject libappindicator-gtk3
-depends=(gobject-introspection libappindicator-gtk3 libnotify python python-gobject python-oauth2client python-pip python-pyinotify)
+depends=(gobject-introspection libappindicator-gtk3 libnotify python python-gobject python-google-auth-oauthlib python-oauth2client python-pip python-pyinotify)
provides=('overgrive')
conflicts=('overgrive')