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-asyncssh | |
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-asyncssh')
-rw-r--r-- | security/py-asyncssh/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/security/py-asyncssh/Makefile b/security/py-asyncssh/Makefile index d3687c19adcc..58199d6118c9 100644 --- a/security/py-asyncssh/Makefile +++ b/security/py-asyncssh/Makefile @@ -11,10 +11,9 @@ WWW= https://github.com/ronf/asyncssh LICENSE= EPL LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cryptography>=3.1:security/py-cryptography@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}typing-extensions>=3.6:devel/py-typing-extensions@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}typing-extensions>=3.6:devel/py-typing-extensions@${PY_FLAVOR} -USES= cpe python +USES= cpe python pycryptography:run USE_PYTHON= autoplist concurrent distutils unittest NO_ARCH= yes |