From 6acd25c9e86cc28c49341d0f824cb762eeabe807 Mon Sep 17 00:00:00 2001 From: Yasuhiro Kimura Date: Mon, 28 Apr 2025 09:46:30 +0900 Subject: [PATCH] security/py-certbot: Revert "added missing runtime dep py-typing-extensions" This reverts commit 247856f790fa0917e0461097cd6ce64493a6f447. According to backtrace in commit message of commit 247856f790fa, typing_extensions is imported from site-packages/OpenSSL/crypto.py. And it belongs to not certbot but pyOpenSSL. So devel/py-typing-extensions should be added to RUN_DEPENDS of security/py-openssl that is indirect runtime dependency of certbot. PR: 286283 Approved by: portmgr (implicit, just fix it) --- security/py-certbot/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/security/py-certbot/Makefile b/security/py-certbot/Makefile index 331488908045..3c28f628cd7a 100644 --- a/security/py-certbot/Makefile +++ b/security/py-certbot/Makefile @@ -1,6 +1,6 @@ PORTNAME= certbot PORTVERSION= ${ACME_VERSION} -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= security python MASTER_SITES= PYPI \ @@ -26,8 +26,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}acme>=${ACME_VERSION},1:security/py-acme@${P ${PYTHON_PKGNAMEPREFIX}parsedatetime>=2.4:devel/py-parsedatetime@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyrfc3339>=0:devel/py-pyrfc3339@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytz>=2019.3,1:devel/py-pytz@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}setuptools>=41.6.0:devel/py-setuptools@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}typing-extensions>0:devel/py-typing-extensions@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}setuptools>=41.6.0:devel/py-setuptools@${PY_FLAVOR} USES= python USE_PYTHON= autoplist concurrent cryptography pep517 pytest