git: 119b44c2b2f0 - stable/13 - release: follow-up to previous commit to install lang/python{,3}
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 20 Jul 2023 01:32:35 UTC
The branch stable/13 has been updated by gjb:
URL: https://cgit.FreeBSD.org/src/commit/?id=119b44c2b2f0ea9141777fe6774e5f9a3d47a2d6
commit 119b44c2b2f0ea9141777fe6774e5f9a3d47a2d6
Author: Glen Barber <gjb@FreeBSD.org>
AuthorDate: 2023-07-12 20:49:53 +0000
Commit: Glen Barber <gjb@FreeBSD.org>
CommitDate: 2023-07-20 01:30:53 +0000
release: follow-up to previous commit to install lang/python{,3}
PR: 272354
Sponsored by: GoFundMe https://www.gofundme.com/f/gjbbsd
Sponsored by: PayPal https://paypal.me/gjbbsd
(cherry picked from commit cd8cad0ef5cd534dc7ae1dd9a470cac2057ed957)
---
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