release: adjust lang/python* dependencies for GCE
The lang/python3 port had failed to properly install because it did in fact already exist and FORCE_PKG_REGISTER was not set. So, behaviorally everything here was correct. However, installing lang/python3 is in fact not correct and not needed, so only install the lang/python port to provide symbolic links. PR: 272354 MFC after: 3 days MFC with:510fd83138MFC with:cd8cad0ef5MFC with:0ed426276fSponsored by: GoFundMe https://www.gofundme.com/f/gjbbsd
This commit is contained in:
@@ -46,13 +46,11 @@ gce-check-depends:
|
||||
. if !exists(/usr/local/sbin/pkg-static)
|
||||
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
|
||||
env ASSUME_ALWAYS_YES=yes pkg install -y net/google-cloud-sdk \
|
||||
lang/python
|
||||
. 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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user