diff options
author | Yasuhiro Kimura <yasu@FreeBSD.org> | 2022-11-21 22:09:36 +0000 |
---|---|---|
committer | Yasuhiro Kimura <yasu@FreeBSD.org> | 2022-12-06 04:36:18 +0000 |
commit | 65cc12e2a5d034b634490096c3b73eb7558ff13a (patch) | |
tree | 63424764c3a1bee4d81f26eee0bacd0eb685dee3 /security/py-acme/Makefile | |
parent | e60e29c80af8ea6900cb04fb206f41639be0ea22 (diff) |
Diffstat (limited to 'security/py-acme/Makefile')
-rw-r--r-- | security/py-acme/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/security/py-acme/Makefile b/security/py-acme/Makefile index 7a6a37e1f7c9..8c2ddd9e53b2 100644 --- a/security/py-acme/Makefile +++ b/security/py-acme/Makefile @@ -17,8 +17,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cryptography>=2.5.0:security/py-cryptography ${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} \ - ${PYTHON_PKGNAMEPREFIX}requests-toolbelt>=0.3.0:www/py-requests-toolbelt@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}requests>=2.20.0:www/py-requests@${PY_FLAVOR} USES= python:3.7+ USE_PYTHON= autoplist distutils pytest |