Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 May 2019 18:33:00 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r501582 - in branches/2019Q2/sysutils/py-google-compute-engine: . files
Message-ID:  <201905131833.x4DIX0dx047066@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Mon May 13 18:32:59 2019
New Revision: 501582
URL: https://svnweb.freebsd.org/changeset/ports/501582

Log:
  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)

Modified:
  branches/2019Q2/sysutils/py-google-compute-engine/Makefile
  branches/2019Q2/sysutils/py-google-compute-engine/files/instance_configs.cfg.distro.sample
Directory Properties:
  branches/2019Q2/   (props changed)

Modified: branches/2019Q2/sysutils/py-google-compute-engine/Makefile
==============================================================================
--- branches/2019Q2/sysutils/py-google-compute-engine/Makefile	Mon May 13 18:32:12 2019	(r501581)
+++ branches/2019Q2/sysutils/py-google-compute-engine/Makefile	Mon May 13 18:32:59 2019	(r501582)
@@ -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: branches/2019Q2/sysutils/py-google-compute-engine/files/instance_configs.cfg.distro.sample
==============================================================================
--- branches/2019Q2/sysutils/py-google-compute-engine/files/instance_configs.cfg.distro.sample	Mon May 13 18:32:12 2019	(r501581)
+++ branches/2019Q2/sysutils/py-google-compute-engine/files/instance_configs.cfg.distro.sample	Mon May 13 18:32:59 2019	(r501582)
@@ -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?201905131833.x4DIX0dx047066>