aboutsummaryrefslogtreecommitdiff
path: root/sysutils/py-google-compute-engine
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2018-03-30 16:37:35 +0000
committerSteve Wills <swills@FreeBSD.org>2018-03-30 16:37:35 +0000
commitda108036c72e7a1dd74c5960db68b0660e90ba13 (patch)
tree5dc760b8ab1ea4d7e6f60e75c2c1831339639171 /sysutils/py-google-compute-engine
parent68d5a67c0f2ca70006f9ed077d3e19b95f9c293e (diff)
downloadports-da108036c72e7a1dd74c5960db68b0660e90ba13.tar.gz
ports-da108036c72e7a1dd74c5960db68b0660e90ba13.zip
sysutils/py-google-compute-engine: add missing dependency
PR: 227114 Submitted by: Helen Koike <helen.koike@collabora.com> (maintainer)
Notes
Notes: svn path=/head/; revision=465981
Diffstat (limited to 'sysutils/py-google-compute-engine')
-rw-r--r--sysutils/py-google-compute-engine/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/sysutils/py-google-compute-engine/Makefile b/sysutils/py-google-compute-engine/Makefile
index 8656dcc0b1fa..9f41130263fd 100644
--- a/sysutils/py-google-compute-engine/Makefile
+++ b/sysutils/py-google-compute-engine/Makefile
@@ -2,6 +2,7 @@
PORTNAME= google-compute-engine
DISTVERSION= 2.7.6
+PORTREVISION= 1
CATEGORIES= sysutils python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -15,6 +16,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}boto>0:devel/py-boto@${FLAVOR} \
${PYTHON_PKGNAMEPREFIX}netaddr>0:net/py-netaddr@${FLAVOR} \
${PYTHON_PKGNAMEPREFIX}netifaces>0:net/py-netifaces@${FLAVOR} \
+ google_oslogin_control:sysutils/google-compute-engine-oslogin \
sudo:security/sudo
USES= python