diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2023-07-22 09:38:27 +0200 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2023-07-22 09:46:38 +0200 |
commit | b28a739884e37c25bb57ea5f157252adb63065d3 (patch) | |
tree | 73d4c9e3ccdb6b0fb271ce8084faebb9c2214778 /security/py-openssl | |
parent | framework: add Mk/Uses/pycryptography (diff) |
framework: convert tree to use USES=pycryptography
A future commit will update to security/py-cryptography will introduce a
rust dependency.
PR: 254853
Diffstat (limited to 'security/py-openssl')
-rw-r--r-- | security/py-openssl/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/security/py-openssl/Makefile b/security/py-openssl/Makefile index e100ead0b305..51636939b53c 100644 --- a/security/py-openssl/Makefile +++ b/security/py-openssl/Makefile @@ -13,14 +13,13 @@ WWW= https://github.com/pyca/pyopenssl LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cryptography>=2.8:security/py-cryptography@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}six>=1.5.2:devel/py-six@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=1.5.2:devel/py-six@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=3.0.1:devel/py-pytest@${PY_FLAVOR} \ ${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 +USES= cpe python pycryptography:run USE_PYTHON= autoplist concurrent distutils pythonprefix NO_ARCH= yes |