From 0eaa2cb35ec085a688764665cba61fb5bab52a05 Mon Sep 17 00:00:00 2001 From: Po-Chuan Hsieh Date: Sat, 30 Jul 2022 13:58:20 +0800 Subject: [PATCH] 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 4fac4ea9b96ba..2f5f393771aa3 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}