aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGlen Barber <gjb@FreeBSD.org>2023-07-03 19:28:33 +0000
committerGlen Barber <gjb@FreeBSD.org>2023-07-05 21:00:05 +0000
commit32beaf6d4dc5c380545cb05c8684f330bb4770d6 (patch)
treea38d0fb5e10a9081603499c78135f740ad6e3a4b
parentd63909d243cb07904b8df2248ee27b99f1bf458a (diff)
downloadsrc-32beaf6d4dc5c380545cb05c8684f330bb4770d6.tar.gz
src-32beaf6d4dc5c380545cb05c8684f330bb4770d6.zip
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)
-rw-r--r--release/tools/gce.conf2
1 files changed, 1 insertions, 1 deletions
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).