git: 0eaa2cb35ec0 - main - www/py-google-api-core: Use shared GRPC_DESC
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 30 Jul 2022 06:02:30 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=0eaa2cb35ec085a688764665cba61fb5bab52a05 commit 0eaa2cb35ec085a688764665cba61fb5bab52a05 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-07-30 05:58:20 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-07-30 05:58:20 +0000 www/py-google-api-core: Use shared GRPC_DESC --- www/py-google-api-core/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/www/py-google-api-core/Makefile b/www/py-google-api-core/Makefile index 4fac4ea9b96b..2f5f393771aa 100644 --- a/www/py-google-api-core/Makefile +++ b/www/py-google-api-core/Makefile @@ -22,7 +22,6 @@ NO_ARCH= yes OPTIONS_DEFINE= GRPC OPTIONS_DEFAULT=GRPC -GRPC_DESC= gRPC support GRPC_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}grpcio>=1.33.2<2.0:devel/py-grpcio@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}grpcio-status>=1.33.2<2.0:devel/py-grpcio-status@${PY_FLAVOR}