Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Sep 2018 12:16:48 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r479771 - head/www/py-google-api-python-client
Message-ID:  <201809141216.w8ECGmDp026923@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Fri Sep 14 12:16:48 2018
New Revision: 479771
URL: https://svnweb.freebsd.org/changeset/ports/479771

Log:
  Add missing dependency:
  
  DistributionNotFound: The 'google-auth-httplib2>=0.0.3' distribution was not found and is required by google-api-python-client
  
  Submitted by:	sunpoet

Modified:
  head/www/py-google-api-python-client/Makefile   (contents, props changed)

Modified: head/www/py-google-api-python-client/Makefile
==============================================================================
--- head/www/py-google-api-python-client/Makefile	Fri Sep 14 12:04:53 2018	(r479770)
+++ head/www/py-google-api-python-client/Makefile	Fri Sep 14 12:16:48 2018	(r479771)
@@ -2,6 +2,7 @@
 
 PORTNAME=	google-api-python-client
 PORTVERSION=	1.7.4
+PORTREVISION=	1
 CATEGORIES=	www python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -14,6 +15,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}httplib2>=0.9.2:www/py-httplib2@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}google-auth>=0:security/py-google-auth@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}google-auth-httplib2>=0.0.3:security/py-google-auth-httplib2@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}six>=1.6.1:devel/py-six@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}uritemplate>=3.0.0:net/py-uritemplate@${PY_FLAVOR}
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201809141216.w8ECGmDp026923>