summaryrefslogtreecommitdiff
path: root/textproc/py-cjson/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/py-cjson/Makefile')
-rw-r--r--textproc/py-cjson/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/py-cjson/Makefile b/textproc/py-cjson/Makefile
index d847c618400..da352ee2846 100644
--- a/textproc/py-cjson/Makefile
+++ b/textproc/py-cjson/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2014/05/13 17:20:38 joerg Exp $
+# $NetBSD: Makefile,v 1.3 2015/12/05 21:26:01 adam Exp $
#
DISTNAME= python-cjson-1.0.5
@@ -12,7 +12,7 @@ COMMENT= Fast JSON encoder/decoder for Python
LICENSE= gnu-lgpl-v2
PYDISTUTILSPKG= yes
-PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # Uses old string API.
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # Uses old string API.
do-test:
( cd ${WKSRC} && ${PYTHONBIN} jsontest.py )