git: cd8cad0ef5cd - main - release: follow-up to previous commit to install lang/python{,3}

From: Glen Barber <gjb_at_FreeBSD.org>
Date: Wed, 12 Jul 2023 20:50:38 UTC
The branch main has been updated by gjb:

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

commit cd8cad0ef5cd534dc7ae1dd9a470cac2057ed957
Author:     Glen Barber <gjb@FreeBSD.org>
AuthorDate: 2023-07-12 20:49:53 +0000
Commit:     Glen Barber <gjb@FreeBSD.org>
CommitDate: 2023-07-12 20:49:53 +0000

    release: follow-up to previous commit to install lang/python{,3}
    
    PR:             272354
    Sponsored by:   GoFundMe https://www.gofundme.com/f/gjbbsd
---
 release/Makefile.gce | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/release/Makefile.gce b/release/Makefile.gce
index ff260726a844..ff364c9287c5 100644
--- a/release/Makefile.gce
+++ b/release/Makefile.gce
@@ -47,6 +47,8 @@ gce-check-depends:
 	env ASSUME_ALWAYS_YES=yes pkg bootstrap -yf
 .  endif
 	env ASSUME_ALWAYS_YES=yes pkg install -y net/google-cloud-sdk
+	env ASSUME_ALWAYS_YES=yes pkg install -y lang/python lang/python3 \
+		net/google-cloud-sdk
 . else
 	env UNAME_r=${UNAME_r} make -C ${PORTSDIR}/net/google-cloud-sdk BATCH=1 all install clean
 	env UNAME_r=${UNAME_r} make -C ${PORTSDIR}/lang/python BATCH=1 all install clean