summaryrefslogtreecommitdiff
path: root/security/py-yara
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2015-12-05 21:25:27 +0000
committeradam <adam@pkgsrc.org>2015-12-05 21:25:27 +0000
commit72c16d4d7d332490326869fd2cf740019a79cdd0 (patch)
tree8b5f4c0229ace56a6e65a847dbf43b53a26b9dea /security/py-yara
parentcea6e11074d7b826fef76434a11c03283cb4ba94 (diff)
downloadpkgsrc-72c16d4d7d332490326869fd2cf740019a79cdd0.tar.gz
Extend PYTHON_VERSIONS_INCOMPATIBLE to 35
Diffstat (limited to 'security/py-yara')
-rw-r--r--security/py-yara/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/py-yara/Makefile b/security/py-yara/Makefile
index 800d7eac688..8e008e9b923 100644
--- a/security/py-yara/Makefile
+++ b/security/py-yara/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2015/06/06 09:13:27 pettai Exp $
+# $NetBSD: Makefile,v 1.2 2015/12/05 21:25:58 adam Exp $
PKGNAME= ${PYPKGPREFIX}-yara-${YAVER}
CATEGORIES= security python
@@ -8,7 +8,7 @@ COMMENT= Yara python bindings
WRKSRC= ${WRKDIR}/yara-${YAVER}/yara-python
PYDISTUTILSPKG= yes
-PYTHON_VERSIONS_INCOMPATIBLE= 33 34
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35
.include "../../security/yara/Makefile.common"
.include "../../security/yara/buildlink3.mk"