summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2021-07-09 18:59:05 +0000
committeradam <adam@pkgsrc.org>2021-07-09 18:59:05 +0000
commit2ea5774963290446e69e91d289f5c31b6c79cf40 (patch)
treefb45c813b24ea9ec60b20ee26579f4c00f3eeb11 /security
parent41fb50c8457f32a360dfe21d58d2b1f2359045ec (diff)
downloadpkgsrc-2ea5774963290446e69e91d289f5c31b6c79cf40.tar.gz
py-stix: mark as not for Python 2.7
Diffstat (limited to 'security')
-rw-r--r--security/py-stix/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/security/py-stix/Makefile b/security/py-stix/Makefile
index 40f2c72dfc7..6e39a075daf 100644
--- a/security/py-stix/Makefile
+++ b/security/py-stix/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2021/03/19 08:16:29 adam Exp $
+# $NetBSD: Makefile,v 1.13 2021/07/09 18:59:05 adam Exp $
DISTNAME= stix-1.2.0.11
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -17,5 +17,7 @@ DEPENDS+= ${PYPKGPREFIX}-mixbox>=1.0.2:../../devel/py-mixbox
USE_LANGUAGES= # none
+PYTHON_VERSIONS_INCOMPATIBLE= 27 # py-mixbox, py-cybox, py-ordered-set
+
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"