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:
parent
b665253b5d
commit
4aedd48f96
1 changed files with 1 additions and 0 deletions
|
@ -28,6 +28,7 @@ WATCHDOG_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}watchdog>=0:devel/py-watchdog@${PY_
|
|||
.include <bsd.port.pre.mk>
|
||||
|
||||
.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}
|
||||
.endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue