www/py-werkzeug: py-dataclasses should be in BUILD_DEPENDS too for use with python36

Noticed by:	poudriere failure
Pointy hat to:	sunpoet@
This commit is contained in:
Dima Panov 2021-05-24 12:03:34 +10:00
parent b665253b5d
commit 4aedd48f96

View file

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