aboutsummaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2020-05-21 04:58:33 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2020-05-21 04:58:33 +0000
commit6d2c9fc58da11798ccd319904c128aac7b706abd (patch)
tree47b0a30df96fac04c79afd518148669478a6e37e /devel
parent1de123c659ceb246f2e1f818b291aa7669dc0126 (diff)
downloadports-6d2c9fc58da11798ccd319904c128aac7b706abd.tar.gz
ports-6d2c9fc58da11798ccd319904c128aac7b706abd.zip
Notes
Diffstat (limited to 'devel')
-rw-r--r--devel/py-google-cloud-iam/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/py-google-cloud-iam/Makefile b/devel/py-google-cloud-iam/Makefile
index 8271a776b0e5..717400928d41 100644
--- a/devel/py-google-cloud-iam/Makefile
+++ b/devel/py-google-cloud-iam/Makefile
@@ -13,8 +13,7 @@ COMMENT= IAM Service Account Credentials API client library
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+