summaryrefslogtreecommitdiff
path: root/cad
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2021-12-16 12:49:12 +0000
committerwiz <wiz@pkgsrc.org>2021-12-16 12:49:12 +0000
commit7aa276c53b9a7af46b8e9f030399be0cfe5a5104 (patch)
tree1f90eef898750ea1b278d9a8d4cfa10341c96062 /cad
parent7aecf950735873306f12ca576902ed987e2a9b8c (diff)
downloadpkgsrc-7aa276c53b9a7af46b8e9f030399be0cfe5a5104.tar.gz
py-PyRTL: mark as not for python 2.7
Diffstat (limited to 'cad')
-rw-r--r--cad/py-PyRTL/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/cad/py-PyRTL/Makefile b/cad/py-PyRTL/Makefile
index 0565eebb241..6dbcdac3855 100644
--- a/cad/py-PyRTL/Makefile
+++ b/cad/py-PyRTL/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2021/11/21 15:10:08 ryoon Exp $
+# $NetBSD: Makefile,v 1.4 2021/12/16 12:49:12 wiz Exp $
DISTNAME= pyrtl-${PKGVERSION_NOREV}
PKGNAME= ${PYPKGPREFIX}-PyRTL-0.10.1
@@ -20,5 +20,7 @@ USE_LANGUAGES= c # for test
EGG_NAME= ${DISTNAME:tl}
+PYTHON_VERSIONS_INCOMPATIBLE= 27
+
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"