security/py-google-auth: Add REQUESTS option

This commit is contained in:
Po-Chuan Hsieh 2023-01-31 07:49:14 +08:00
parent f36949eb73
commit 50a36941aa
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
1 changed files with 4 additions and 2 deletions

View File

@ -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 <bsd.port.mk>