python/kubernetes/base
Spyros Trigazis afe706d63a Remove oauth2client requirement (#286)
In #278 google-auth was added in requirements and in [1]
python-base stopped using it.

Remove oauth2client requirement and update submodule commit.

[1] https://github.com/kubernetes-client/python-base/pull/16

Related-Issue: #275

Signed-off-by: Spyros Trigazis <spyridon.trigazis@cern.ch>
2017-07-07 10:26:06 -07:00

14 lines
510 B
Plaintext

tree d97f7ce22896eed8045ed946233ed6f367a52524
parent 4318bc68c1e6fae9d6c7aefa78ef7b6ce35a4aec
author Spyros Trigazis <strigazi@gmail.com> 1499388896 +0200
committer Mehdy Bohlool <mehdy@google.com> 1499388896 -0700
Use oauth2 from google-auth (#16)
oauth2client is deprecated [1], use google-auth.
[1] https://github.com/google/oauth2client/releases (see Note)
Related-Issue: https://github.com/kubernetes-incubator/client-python/issues/275
Signed-off-by: Spyros Trigazis <spyridon.trigazis@cern.ch>