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

Dima Panov fluffy at FreeBSD.org
Mon May 24 02:06:51 UTC 2021


The branch main has been updated by fluffy:

URL: https://cgit.FreeBSD.org/ports/commit/?id=4aedd48f96fbd2a8339cb24837efe8e36250862c

commit 4aedd48f96fbd2a8339cb24837efe8e36250862c
Author:     Dima Panov <fluffy at FreeBSD.org>
AuthorDate: 2021-05-24 02:03:34 +0000
Commit:     Dima Panov <fluffy at FreeBSD.org>
CommitDate: 2021-05-24 02:03:34 +0000

    www/py-werkzeug: py-dataclasses should be in BUILD_DEPENDS too for use with python36
    
    Noticed by:     poudriere failure
    Pointy hat to:  sunpoet@
---
 www/py-werkzeug/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/www/py-werkzeug/Makefile b/www/py-werkzeug/Makefile
index 8d4c304698d0..aa5d05ede3a0 100644
--- a/www/py-werkzeug/Makefile
+++ b/www/py-werkzeug/Makefile
@@ -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
 


More information about the dev-commits-ports-all mailing list