google-compute-engine: refactor to use python3

This commit is contained in:
freezeboy 2020-10-31 23:04:28 +01:00 committed by Jonathan Ringer
parent 718d8bf976
commit 4fe0ea478a

View File

@ -4240,7 +4240,7 @@ in
google-clasp = callPackage ../development/misc/google-clasp { };
google-compute-engine = python2.pkgs.google-compute-engine;
google-compute-engine = with python3.pkgs; toPythonApplication google-compute-engine;
google-compute-engine-oslogin = callPackage ../tools/virtualization/google-compute-engine-oslogin { };