summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2021-07-09 18:58:29 +0000
committeradam <adam@pkgsrc.org>2021-07-09 18:58:29 +0000
commit41fb50c8457f32a360dfe21d58d2b1f2359045ec (patch)
tree2757b25eeab3901452fdbe1de7ed2129397d799a /security
parenteed17286601a53fa7140a31a676a6506533e9a9a (diff)
downloadpkgsrc-41fb50c8457f32a360dfe21d58d2b1f2359045ec.tar.gz
py-cybox: mark as not for Python 2.7
Diffstat (limited to 'security')
-rw-r--r--security/py-cybox/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/security/py-cybox/Makefile b/security/py-cybox/Makefile
index ba30ebe6058..84a20a92ac5 100644
--- a/security/py-cybox/Makefile
+++ b/security/py-cybox/Makefile
@@ -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}
@@ -16,5 +16,7 @@ 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"