aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-07-31 16:38:36 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-07-31 16:42:04 +0000
commit665e84847f54fddbc2e9b649810470330ad2fe34 (patch)
tree8dfde642cea5581c990794768f23a8a0220bf597
parent652189e9b3fa038af77c81159d7a9671f5298dff (diff)
downloadports-665e84847f54fddbc2e9b649810470330ad2fe34.tar.gz
ports-665e84847f54fddbc2e9b649810470330ad2fe34.zip
net/py-urllib3: Remove unneeded USES=pycryptography:build
-rw-r--r--net/py-urllib3/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/py-urllib3/Makefile b/net/py-urllib3/Makefile
index ea9048154226..8d1148d22a44 100644
--- a/net/py-urllib3/Makefile
+++ b/net/py-urllib3/Makefile
@@ -42,7 +42,7 @@ SOCKS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pysocks>=1.5.6<2.0:net/py-pysocks@${PY
SSL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}certifi>=0:security/py-certifi@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}idna>=2.0.0:dns/py-idna@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}openssl>=0.14:security/py-openssl@${PY_FLAVOR}
-SSL_USES= pycryptography:build,test,run
+SSL_USES= pycryptography:run,test
SSL_USES_OFF= pycryptography:test
.include <bsd.port.mk>