security/py-certbot: drop unused dependency

Drop dependency on repoze.sphinx.autointerface. This extension isn't
used since sphinx update and this upstream change:

06c8113863

With hat:   python
This commit is contained in:
Ruslan Makhmatkhanov 2025-01-11 15:56:07 +03:00
parent f04bb50e8b
commit 9cfee31cca

View file

@ -1,5 +1,6 @@
PORTNAME= certbot
PORTVERSION= ${ACME_VERSION}
PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= security python
MASTER_SITES= PYPI \
@ -42,7 +43,6 @@ OPTIONS_DEFAULT=MANPAGES
MANPAGES_BUILD_DEPENDS= ${RUN_DEPENDS} \
${PYTHON_PKGNAMEPREFIX}sphinx>=1.2,1:textproc/py-sphinx@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}sphinx_rtd_theme>=0:textproc/py-sphinx_rtd_theme@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}repoze.sphinx.autointerface>=0:devel/py-repoze.sphinx.autointerface@${PY_FLAVOR}
MANPAGES_PLIST_FILES= share/man/man1/certbot.1.gz \
share/man/man7/certbot.7.gz