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>
14 lines
510 B
Plaintext
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> |