security/py-certbot: Revert "added missing runtime dep py-typing-extensions"

This reverts commit 247856f790.

According to backtrace in commit message of commit 247856f790,
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)
This commit is contained in:
Yasuhiro Kimura 2025-04-28 09:46:30 +09:00
parent 4c8cf03f5b
commit 6acd25c9e8

View file

@ -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