mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 17:46:38 -04:00
security/py-certbot: Revert "added missing runtime dep py-typing-extensions"
This reverts commit247856f790
. According to backtrace in commit message of commit247856f790
, 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:
parent
4c8cf03f5b
commit
6acd25c9e8
1 changed files with 2 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue