textproc/py-towncrier: Clean up

This is already covered by PY_TOMLI.

Approved by:	portmgr (blanket)
With hat:	python
This commit is contained in:
Po-Chuan Hsieh 2024-10-14 13:09:43 +08:00
parent 5d1a818aa9
commit a20604d367
No known key found for this signature in database
GPG key ID: 9A4BD10F002DD04B

View file

@ -32,9 +32,4 @@ RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}importlib-metadata>=7.1.0:devel/py-importli
${PYTHON_PKGNAMEPREFIX}importlib-resources>=6.4.0:devel/py-importlib-resources@${PY_FLAVOR} ${PYTHON_PKGNAMEPREFIX}importlib-resources>=6.4.0:devel/py-importlib-resources@${PY_FLAVOR}
.endif .endif
.if defined(PYTHON_VER) && ${PYTHON_VER} < 3.11
BUILD_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}tomli>=2.0.1:textproc/py-tomli@${PY_FLAVOR}
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}tomli>=2.0.1:textproc/py-tomli@${PY_FLAVOR}
.endif
.include <bsd.port.post.mk> .include <bsd.port.post.mk>