Date: Mon, 27 May 2019 15:28:11 +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: r502800 - head/sysutils/py-google-compute-engine Message-ID: <201905271528.x4RFSBeA037103@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: swills Date: Mon May 27 15:28:11 2019 New Revision: 502800 URL: https://svnweb.freebsd.org/changeset/ports/502800 Log: sysutils/py-google-compute-engine: put back boto dependency PR: 238122 Approved by: Lucas Kanashiro <lucas.kanashiro@collabora.com> (maintainer) Modified: head/sysutils/py-google-compute-engine/Makefile (contents, props changed) Modified: head/sysutils/py-google-compute-engine/Makefile ============================================================================== --- head/sysutils/py-google-compute-engine/Makefile Mon May 27 14:34:10 2019 (r502799) +++ head/sysutils/py-google-compute-engine/Makefile Mon May 27 15:28:11 2019 (r502800) @@ -2,7 +2,7 @@ PORTNAME= google-compute-engine DISTVERSION= 2.8.13 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= sysutils python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,7 +12,8 @@ COMMENT= Guest Environment for Google Compute Engine LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}netaddr>0:net/py-netaddr@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}boto>0:devel/py-boto@${PY_FLAVOR} \ + ${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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905271528.x4RFSBeA037103>