diff options
Diffstat (limited to 'security/py-nassl/Makefile')
-rw-r--r-- | security/py-nassl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/py-nassl/Makefile b/security/py-nassl/Makefile index 8f3df0e91a0d..8a6b7ad2df12 100644 --- a/security/py-nassl/Makefile +++ b/security/py-nassl/Makefile @@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt BROKEN_SSL= openssl30 openssl31 BROKEN_SSL_REASON= Fails to detect OpenSSL 3.0.0 libcrypt.so -USES= python:3.7+ ssl +USES= python ssl USE_PYTHON= autoplist concurrent distutils GH_ACCOUNT= nabla-c0d3 |