From 50a36941aa4884228768c1d8d620872662f96e8f Mon Sep 17 00:00:00 2001 From: Po-Chuan Hsieh Date: Tue, 31 Jan 2023 07:49:14 +0800 Subject: [PATCH] security/py-google-auth: Add REQUESTS option --- security/py-google-auth/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/security/py-google-auth/Makefile b/security/py-google-auth/Makefile index 34e4823968a1..6333b001921d 100644 --- a/security/py-google-auth/Makefile +++ b/security/py-google-auth/Makefile @@ -21,13 +21,15 @@ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes -OPTIONS_DEFINE= AIOHTTP REAUTH -OPTIONS_DEFAULT=AIOHTTP +OPTIONS_DEFINE= AIOHTTP REAUTH REQUESTS +OPTIONS_DEFAULT=AIOHTTP REQUESTS AIOHTTP_DESC= Use aiohttp REAUTH_DESC= Reauth support +REQUESTS_DESC= Requests support AIOHTTP_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}aiohttp>=3.6.2<4.0.0:www/py-aiohttp@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>=2.20.0<3.0.0:www/py-requests@${PY_FLAVOR} REAUTH_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyu2f>=0.1.5:net/py-pyu2f@${PY_FLAVOR} +REQUESTS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=2.20.0<3.0.0:www/py-requests@${PY_FLAVOR} .include