Skip to content
Snippets Groups Projects
Verified Commit 96a270ee authored by sunpoet's avatar sunpoet
Browse files

security/py-google-auth: Add PYOPENSSL and REAUTH options

parent 8c3b6d09
No related branches found
No related tags found
No related merge requests found
......@@ -22,10 +22,14 @@ USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
OPTIONS_DEFINE= AIOHTTP
OPTIONS_DEFINE= AIOHTTP PYOPENSSL REAUTH
OPTIONS_DEFAULT=AIOHTTP
AIOHTTP_DESC= Use aiohttp
PYOPENSSL_DESC= OpenSSL support
REAUTH_DESC= Reauth support
AIOHTTP_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}aiohttp>=3.6.2<4.0.0:www/py-aiohttp@${PY_FLAVOR}
PYOPENSSL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}openssl>=20.0.0:security/py-openssl@${PY_FLAVOR}
REAUTH_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyu2f>=0.1.5:net/py-pyu2f@${PY_FLAVOR}
.include <bsd.port.mk>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment