Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 May 2021 02:06:50 GMT
From:      Dima Panov <fluffy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 4aedd48f96fb - main - www/py-werkzeug: py-dataclasses should be in BUILD_DEPENDS too for use with python36
Message-ID:  <202105240206.14O26ovx035567@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by fluffy:

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

commit 4aedd48f96fbd2a8339cb24837efe8e36250862c
Author:     Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2021-05-24 02:03:34 +0000
Commit:     Dima Panov <fluffy@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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202105240206.14O26ovx035567>