From 1df93839aa7f931c34baba92a17551288636e7e5 Mon Sep 17 00:00:00 2001 From: jperkin Date: Mon, 6 Nov 2023 20:08:01 +0000 Subject: [PATCH] py-constantly: Add PYTHON_VERSIONS_INCOMPATIBLE. --- devel/py-constantly/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/devel/py-constantly/Makefile b/devel/py-constantly/Makefile index 42e511769f31..9f252f406c30 100644 --- a/devel/py-constantly/Makefile +++ b/devel/py-constantly/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2023/11/04 16:15:59 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2023/11/06 20:08:01 jperkin Exp $ DISTNAME= constantly-23.10.4 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -15,5 +15,7 @@ TOOL_DEPENDS+= ${PYPKGPREFIX}-versioneer-[0-9]*:../../devel/py-versioneer TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel TEST_DEPENDS+= ${PYPKGPREFIX}-twisted-[0-9]*:../../net/py-twisted +PYTHON_VERSIONS_INCOMPATIBLE= 27 + .include "../../lang/python/wheel.mk" .include "../../mk/bsd.pkg.mk"