Date: Mon, 13 May 2019 18:32:12 +0000 (UTC) From: Steve Wills <swills@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501581 - in head/sysutils/py-google-compute-engine: . files Message-ID: <201905131832.x4DIWCHL046799@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: swills Date: Mon May 13 18:32:12 2019 New Revision: 501581 URL: https://svnweb.freebsd.org/changeset/ports/501581 Log: 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) MFH: 2019Q2 Modified: head/sysutils/py-google-compute-engine/Makefile (contents, props changed) head/sysutils/py-google-compute-engine/files/instance_configs.cfg.distro.sample Modified: head/sysutils/py-google-compute-engine/Makefile ============================================================================== --- head/sysutils/py-google-compute-engine/Makefile Mon May 13 17:17:33 2019 (r501580) +++ head/sysutils/py-google-compute-engine/Makefile Mon May 13 18:32:12 2019 (r501581) @@ -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 Modified: head/sysutils/py-google-compute-engine/files/instance_configs.cfg.distro.sample ============================================================================== --- head/sysutils/py-google-compute-engine/files/instance_configs.cfg.distro.sample Mon May 13 17:17:33 2019 (r501580) +++ head/sysutils/py-google-compute-engine/files/instance_configs.cfg.distro.sample Mon May 13 18:32:12 2019 (r501581) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905131832.x4DIWCHL046799>