diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2023-07-22 07:38:27 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2023-07-22 07:46:38 +0000 |
commit | b28a739884e37c25bb57ea5f157252adb63065d3 (patch) | |
tree | 73d4c9e3ccdb6b0fb271ce8084faebb9c2214778 /security/py-acme | |
parent | 7bb64b89d0e5ec8d77b28f8341269ffbad279ebf (diff) |
Diffstat (limited to 'security/py-acme')
-rw-r--r-- | security/py-acme/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/security/py-acme/Makefile b/security/py-acme/Makefile index 205bc08fe50e..4e58946841df 100644 --- a/security/py-acme/Makefile +++ b/security/py-acme/Makefile @@ -12,14 +12,13 @@ WWW= https://github.com/certbot/certbot/tree/master/acme LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.txt -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cryptography>=2.5.0,1:security/py-cryptography@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}josepy>=1.13.0:security/py-josepy@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}josepy>=1.13.0:security/py-josepy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}openssl>=17.5.0:security/py-openssl@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyrfc3339>=0:devel/py-pyrfc3339@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytz>=2019.3,1:devel/py-pytz@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>=2.20.0:www/py-requests@${PY_FLAVOR} -USES= python +USES= python pycryptography:run USE_PYTHON= autoplist distutils pytest NO_ARCH= yes |