security/py-google-auth: Add REQUESTS option
This commit is contained in:
parent
f36949eb73
commit
50a36941aa
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user