From 157c88249dd7680845b97c2a66613cda1297582e Mon Sep 17 00:00:00 2001 From: Po-Chuan Hsieh Date: Fri, 7 May 2021 17:23:15 +0800 Subject: [PATCH] www/py-google-cloud-speech: Update RUN_DEPENDS after cc653b1c726dacf9b4082971667dcab23d4fe5df --- www/py-google-cloud-speech/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/www/py-google-cloud-speech/Makefile b/www/py-google-cloud-speech/Makefile index fa8385246a23..25f983cd11af 100644 --- a/www/py-google-cloud-speech/Makefile +++ b/www/py-google-cloud-speech/Makefile @@ -13,7 +13,6 @@ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}google-api-core>=1.22.2<2.0.0:www/py-google-api-core@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}grpcio>=1.8.2<2.0:devel/py-grpcio@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}libcst>=0.2.5:devel/py-libcst@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}proto-plus>=1.4.0:devel/py-proto-plus@${PY_FLAVOR}