python3Packages.drivelib: add google-auth and oauth2client to dependecies (#395970)
This commit is contained in:
@@ -4,8 +4,10 @@
|
||||
expiringdict,
|
||||
fetchPypi,
|
||||
google-api-python-client,
|
||||
google-auth,
|
||||
google-auth-httplib2,
|
||||
google-auth-oauthlib,
|
||||
oauth2client,
|
||||
pythonOlder,
|
||||
setuptools,
|
||||
versioneer,
|
||||
@@ -36,8 +38,10 @@ buildPythonPackage rec {
|
||||
dependencies = [
|
||||
expiringdict
|
||||
google-api-python-client
|
||||
google-auth
|
||||
google-auth-httplib2
|
||||
google-auth-oauthlib
|
||||
oauth2client
|
||||
];
|
||||
|
||||
# Tests depend on a google auth token
|
||||
|
||||
Reference in New Issue
Block a user