svn commit: r536050 - head/devel/py-google-cloud-iam

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu May 21 04:58:35 UTC 2020


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+


More information about the svn-ports-head mailing list