git: 50a36941aa48 - main - security/py-google-auth: Add REQUESTS option
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 30 Jan 2023 23:51:58 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=50a36941aa4884228768c1d8d620872662f96e8f
commit 50a36941aa4884228768c1d8d620872662f96e8f
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-01-30 23:49:14 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-01-30 23:51:43 +0000
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 <bsd.port.mk>