lol

python3Packages.drivelib: add google-auth and oauth2client to dependencies

+4
+4
pkgs/development/python-modules/drivelib/default.nix
··· 4 4 expiringdict, 5 5 fetchPypi, 6 6 google-api-python-client, 7 + google-auth, 7 8 google-auth-httplib2, 8 9 google-auth-oauthlib, 10 + oauth2client, 9 11 pythonOlder, 10 12 setuptools, 11 13 versioneer, ··· 36 38 dependencies = [ 37 39 expiringdict 38 40 google-api-python-client 41 + google-auth 39 42 google-auth-httplib2 40 43 google-auth-oauthlib 44 + oauth2client 41 45 ]; 42 46 43 47 # Tests depend on a google auth token