View | Details | Raw Unified | Return to bug 237877 | Differences between
and this patch

Collapse All | Expand All

(-)py-google-compute-engine/Makefile (-3 / +2 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	google-compute-engine
3
PORTNAME=	google-compute-engine
4
DISTVERSION=	2.8.13
4
DISTVERSION=	2.8.13
5
PORTREVISION=	4
5
PORTREVISION=	5
6
CATEGORIES=	sysutils python
6
CATEGORIES=	sysutils python
7
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
7
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
8
8
Lines 12-19 Link Here
12
LICENSE=	APACHE20
12
LICENSE=	APACHE20
13
LICENSE_FILE=	${WRKSRC}/LICENSE
13
LICENSE_FILE=	${WRKSRC}/LICENSE
14
14
15
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}boto>0:devel/py-boto@${PY_FLAVOR} \
15
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}netaddr>0:net/py-netaddr@${PY_FLAVOR} \
16
		${PYTHON_PKGNAMEPREFIX}netaddr>0:net/py-netaddr@${PY_FLAVOR} \
17
		${PYTHON_PKGNAMEPREFIX}netifaces>0:net/py-netifaces@${PY_FLAVOR} \
16
		${PYTHON_PKGNAMEPREFIX}netifaces>0:net/py-netifaces@${PY_FLAVOR} \
18
		google_oslogin_control:sysutils/google-compute-engine-oslogin \
17
		google_oslogin_control:sysutils/google-compute-engine-oslogin \
19
		sudo:security/sudo
18
		sudo:security/sudo
(-)py-google-compute-engine/files/instance_configs.cfg.distro.sample (+3 lines)
Lines 12-14 Link Here
12
[InstanceSetup]
12
[InstanceSetup]
13
set_multiqueue = false
13
set_multiqueue = false
14
optimize_local_ssd = false
14
optimize_local_ssd = false
15
# google-cloud-sdk only supports python2 at the moment, disabling boto will
16
# avoid issues when running this agent with python3.
17
set_boto_config = false

Return to bug 237877