release: ensure gce-check-depends installs lang/python{,3}

PR:		272354
Sponsored by:	GoFundMe https://www.gofundme.com/f/gjbbsd
This commit is contained in:
Glen Barber 2023-07-12 16:08:40 -04:00
parent f2064dd1f1
commit 0ed426276f

View File

@ -49,6 +49,8 @@ gce-check-depends:
env ASSUME_ALWAYS_YES=yes pkg install -y 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
env UNAME_r=${UNAME_r} make -C ${PORTSDIR}/lang/python3 BATCH=1 all install clean
. endif
.endif