diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-09-29 22:19:56 +0800 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-09-29 22:19:56 +0800 |
commit | 3754fc5f190b9a31f617d662bb35fd0f96ee8088 (patch) | |
tree | 3896798f9cfeb2241f037b4ae5874dd2f85b784e /security/py-openssl | |
parent | x11-toolkits/wlroots-devel: update to 0.16.0.739 (diff) |
*: Replace USES=pycryptography* with USE_PYTHON=cryptography{,_build,_test}
- Introduce USE_PYTHON=cryptography{,_build,_test}
- Switch all 96 ports from USES=pycryptography to with USE_PYTHON=cryptography{,_build,_test}
- Remove Mk/Uses/pycryptography.mk
PR: 273727
Approved by: tcberner (portmgr)
Exp-run by: antoine
Diffstat (limited to 'security/py-openssl')
-rw-r--r-- | security/py-openssl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/py-openssl/Makefile b/security/py-openssl/Makefile index 326efa8be5ab..d763a8a4ebfb 100644 --- a/security/py-openssl/Makefile +++ b/security/py-openssl/Makefile @@ -17,8 +17,8 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flaky>0:devel/py-flaky@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pretend>0:devel/py-pretend@${PY_FLAVOR} \ ${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss -USES= cpe python pycryptography:run -USE_PYTHON= autoplist concurrent distutils pytest pythonprefix +USES= cpe python +USE_PYTHON= autoplist concurrent cryptography distutils pytest pythonprefix NO_ARCH= yes |