git: 32beaf6d4dc5 - stable/13 - release: update GCE configuration for python3

From: Glen Barber <gjb_at_FreeBSD.org>
Date: Wed, 05 Jul 2023 21:01:24 UTC
The branch stable/13 has been updated by gjb:

URL: https://cgit.FreeBSD.org/src/commit/?id=32beaf6d4dc5c380545cb05c8684f330bb4770d6

commit 32beaf6d4dc5c380545cb05c8684f330bb4770d6
Author:     Glen Barber <gjb@FreeBSD.org>
AuthorDate: 2023-07-03 19:28:33 +0000
Commit:     Glen Barber <gjb@FreeBSD.org>
CommitDate: 2023-07-05 21:00:05 +0000

    release: update GCE configuration for python3
    
    Reported by:    asomers
    PR:             272354
    Sponsored by:   GoFundMe https://www.gofundme.com/f/gjbbsd
    
    (cherry picked from commit 3f21d3e0babacabb9a32e0e9a8ab290025d5577c)
---
 release/tools/gce.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/release/tools/gce.conf b/release/tools/gce.conf
index 1acd789a88e6..725709e3f335 100644
--- a/release/tools/gce.conf
+++ b/release/tools/gce.conf
@@ -9,7 +9,7 @@ export VMSIZE=20g
 # Set to a list of packages to install.
 export VM_EXTRA_PACKAGES="${VM_EXTRA_PACKAGES} firstboot-freebsd-update \
 	firstboot-pkgs \ google-cloud-sdk panicmail sudo \
-	sysutils/py-google-compute-engine lang/python lang/python2 \
+	sysutils/py-google-compute-engine lang/python \
 	lang/python3"
 
 # Set to a list of third-party software to enable in rc.conf(5).