aws-google-auth: use python3 (#52445)

This commit is contained in:
Member Betty 2018-12-18 12:03:10 +01:00 committed by worldofpeace
parent f486f475e7
commit d268e3b2c0

View file

@ -622,7 +622,7 @@ in
aws-env = callPackage ../tools/admin/aws-env { };
aws-google-auth = pythonPackages.callPackage ../tools/admin/aws-google-auth { };
aws-google-auth = python3Packages.callPackage ../tools/admin/aws-google-auth { };
aws-okta = callPackage ../tools/security/aws-okta { };