Skip to content

Commit a13a18b

Browse files
authored
python3Packages.drivelib: add google-auth and oauth2client to dependecies (#395970)
2 parents 20dbeb3 + 379b720 commit a13a18b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pkgs/development/python-modules/drivelib/default.nix

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,10 @@
44
expiringdict,
55
fetchPypi,
66
google-api-python-client,
7+
google-auth,
78
google-auth-httplib2,
89
google-auth-oauthlib,
10+
oauth2client,
911
pythonOlder,
1012
setuptools,
1113
versioneer,
@@ -36,8 +38,10 @@ buildPythonPackage rec {
3638
dependencies = [
3739
expiringdict
3840
google-api-python-client
41+
google-auth
3942
google-auth-httplib2
4043
google-auth-oauthlib
44+
oauth2client
4145
];
4246

4347
# Tests depend on a google auth token

0 commit comments

Comments
 (0)