Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 May 2020 04:58:33 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r536050 - head/devel/py-google-cloud-iam
Message-ID:  <202005210458.04L4wXN8074290@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Thu May 21 04:58:33 2020
New Revision: 536050
URL: https://svnweb.freebsd.org/changeset/ports/536050

Log:
  Remove no-op PY_ENUM34 after r530862

Modified:
  head/devel/py-google-cloud-iam/Makefile

Modified: head/devel/py-google-cloud-iam/Makefile
==============================================================================
--- head/devel/py-google-cloud-iam/Makefile	Thu May 21 04:58:27 2020	(r536049)
+++ head/devel/py-google-cloud-iam/Makefile	Thu May 21 04:58:33 2020	(r536050)
@@ -13,8 +13,7 @@ COMMENT=	IAM Service Account Credentials API client li
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-RUN_DEPENDS=	${PY_ENUM34} \
-		${PYTHON_PKGNAMEPREFIX}google-api-core>=1.14.0<2.0.0:www/py-google-api-core@${PY_FLAVOR} \
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}google-api-core>=1.14.0<2.0.0:www/py-google-api-core@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}grpcio>=1.8.2<2.0:devel/py-grpcio@${PY_FLAVOR}
 
 USES=		python:3.5+



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