Date: Thu, 11 Apr 2019 20:53:01 +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: r498683 - head/devel/py-pydrive Message-ID: <201904112053.x3BKr1rb023387@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: swills Date: Thu Apr 11 20:53:00 2019 New Revision: 498683 URL: https://svnweb.freebsd.org/changeset/ports/498683 Log: devel/py-pydrive: add dependency on py-oauth2client PR: 237206 Submitted by: Paul Mather <paul@gromit.dlib.vt.edu> (maintainer) Modified: head/devel/py-pydrive/Makefile (contents, props changed) Modified: head/devel/py-pydrive/Makefile ============================================================================== --- head/devel/py-pydrive/Makefile Thu Apr 11 20:46:20 2019 (r498682) +++ head/devel/py-pydrive/Makefile Thu Apr 11 20:53:00 2019 (r498683) @@ -3,6 +3,7 @@ PORTNAME= pydrive PORTVERSION= 1.3.1 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,6 +15,7 @@ COMMENT= Google drive api made easy LICENSE= APACHE20 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}google-api-python-client>=1.5.2:www/py-google-api-python-client@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}oauth2client>=4.0.0:security/py-oauth2client@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}yaml>=3.11:devel/py-yaml@${PY_FLAVOR} USES= python
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904112053.x3BKr1rb023387>