1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00

www/py-werkzeug: Revert 4aedd48f96

It is not needed with setuptools 46.4.0+.
This commit is contained in:
Po-Chuan Hsieh 2021-06-10 22:30:35 +08:00
parent 5b4b8154ae
commit 3dfa14d0cb
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B

View File

@ -28,7 +28,6 @@ WATCHDOG_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}watchdog>=0:devel/py-watchdog@${PY_
.include <bsd.port.pre.mk>
.if ${PYTHON_REL} < 30700
BUILD_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}dataclasses>=0:devel/py-dataclasses@${PY_FLAVOR}
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}dataclasses>=0:devel/py-dataclasses@${PY_FLAVOR}
.endif