Fri Jul 9 18:58:29 2021 UTC ()
py-cybox: mark as not for Python 2.7


(adam)
diff -r1.9 -r1.10 pkgsrc/security/py-cybox/Makefile

cvs diff -r1.9 -r1.10 pkgsrc/security/py-cybox/Makefile (expand / switch to context diff)
--- pkgsrc/security/py-cybox/Makefile 2020/05/13 21:48:05 1.9
+++ pkgsrc/security/py-cybox/Makefile 2021/07/09 18:58:29 1.10
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2020/05/13 21:48:05 adam Exp $
+# $NetBSD: Makefile,v 1.10 2021/07/09 18:58:29 adam Exp $
 
 DISTNAME=	cybox-2.1.0.21
 PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
@@ -15,6 +15,8 @@
 DEPENDS+=	${PYPKGPREFIX}-mixbox>=1.0.2:../../devel/py-mixbox
 
 USE_LANGUAGES=	# none
+
+PYTHON_VERSIONS_INCOMPATIBLE=	27 # py-mixbox, py-ordered-set
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"