MFH: r501581

sysutils/py-google-compute-engine: disable boto

This avoids breakage when running with python3

PR:		237877
Submitted by:	Lucas Kanashiro <lucas.kanashiro@collabora.com> (maintainer)

Approved by:	ports-secteam (implicit, bug fix)
This commit is contained in:
Steve Wills 2019-05-13 18:32:59 +00:00
parent a0193ace47
commit 3335f29aca
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/branches/2019Q2/; revision=501582
2 changed files with 5 additions and 3 deletions

View file

@ -2,7 +2,7 @@
PORTNAME= google-compute-engine
DISTVERSION= 2.8.13
PORTREVISION= 4
PORTREVISION= 5
CATEGORIES= sysutils python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -12,8 +12,7 @@ COMMENT= Guest Environment for Google Compute Engine
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}boto>0:devel/py-boto@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}netaddr>0:net/py-netaddr@${PY_FLAVOR} \
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}netaddr>0:net/py-netaddr@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}netifaces>0:net/py-netifaces@${PY_FLAVOR} \
google_oslogin_control:sysutils/google-compute-engine-oslogin \
sudo:security/sudo

View file

@ -12,3 +12,6 @@ default_shell = /bin/sh
[InstanceSetup]
set_multiqueue = false
optimize_local_ssd = false
# google-cloud-sdk only supports python2 at the moment, disabling boto will
# avoid issues when running this agent with python3.
set_boto_config = false