svn commit: r479771 - head/www/py-google-api-python-client

Mathieu Arnold mat at FreeBSD.org
Fri Sep 14 12:16:49 UTC 2018


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}
 


More information about the svn-ports-head mailing list