summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--security/py-service_identity/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/security/py-service_identity/Makefile b/security/py-service_identity/Makefile
index 740d567c799..5b85b883403 100644
--- a/security/py-service_identity/Makefile
+++ b/security/py-service_identity/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2022/01/04 20:54:44 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2022/09/11 18:12:04 wiz Exp $
DISTNAME= service_identity-18.1.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -17,5 +17,7 @@ DEPENDS+= ${PYPKGPREFIX}-attrs-[0-9]*:../../devel/py-attrs
DEPENDS+= ${PYPKGPREFIX}-characteristic>=14.0.0:../../devel/py-characteristic
DEPENDS+= ${PYPKGPREFIX}-idna-[0-9]*:../../www/py-idna
+PYTHON_VERSIONS_INCOMPATIBLE= 27
+
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"