summaryrefslogtreecommitdiff
path: root/security/py-oauthlib/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/py-oauthlib/Makefile')
-rw-r--r--security/py-oauthlib/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/py-oauthlib/Makefile b/security/py-oauthlib/Makefile
index e132e3abf688..63f9c72a771c 100644
--- a/security/py-oauthlib/Makefile
+++ b/security/py-oauthlib/Makefile
@@ -24,9 +24,9 @@ RSA_DESC= RSA support
SIGNALS_DESC= Signal support
SIGNEDTOKEN_DESC= Signed token support
-RSA_USES= pycryptography:run
+RSA_USE= PYTHON=cryptography
SIGNALS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}blinker>=1.4.0:devel/py-blinker@${PY_FLAVOR}
SIGNEDTOKEN_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyjwt>=2.0.0<3:www/py-pyjwt@${PY_FLAVOR}
-SIGNEDTOKEN_USES= pycryptography:run
+SIGNEDTOKEN_USE= PYTHON=cryptography
.include <bsd.port.mk>