diff options
Diffstat (limited to 'www/py-google-api-core/Makefile')
-rw-r--r-- | www/py-google-api-core/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/www/py-google-api-core/Makefile b/www/py-google-api-core/Makefile index c358c0ae999c..02dece1bf59a 100644 --- a/www/py-google-api-core/Makefile +++ b/www/py-google-api-core/Makefile @@ -25,10 +25,12 @@ USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes -OPTIONS_DEFINE= GRPC GRPCGCP -OPTIONS_DEFAULT=GRPC +OPTIONS_DEFINE= ASYNC_REST GRPC GRPCGCP +OPTIONS_DEFAULT=ASYNC_REST GRPC +ASYNC_REST_DESC=Asynchronous REST support GRPCGCP_DESC= gRPC support for Google Cloud Platform +ASYNC_REST_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}google-auth>=2.35.0<3.0.0:security/py-google-auth@${PY_FLAVOR} GRPC_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}grpcio>=1.49.1<2.0.0:devel/py-grpcio@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}grpcio-status>=1.49.1<2.0.0:devel/py-grpcio-status@${PY_FLAVOR} GRPCGCP_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}grpcio-gcp>=0.2.2<1.0.0:devel/py-grpcio-gcp@${PY_FLAVOR} |