diff options
-rw-r--r-- | devel/py-manticore/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/py-manticore/Makefile b/devel/py-manticore/Makefile index efda361f45d..834c335a17c 100644 --- a/devel/py-manticore/Makefile +++ b/devel/py-manticore/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2020/11/25 11:13:18 nia Exp $ +# $NetBSD: Makefile,v 1.14 2020/12/30 12:04:08 nia Exp $ .include "../../devel/py-angr/version.mk" @@ -29,7 +29,7 @@ DEPENDS+= ${PYPKGPREFIX}-ptable-[0-9]*:../../textproc/py-ptable DEPENDS+= ${PYPKGPREFIX}-wasm-[0-9]*:../../devel/py-wasm DEPENDS+= ${PYPKGPREFIX}-yaml-[0-9]*:../../textproc/py-yaml -PYTHON_VERSIONS_ACCEPTED= 37 +PYTHON_VERSIONS_INCOMPATIBLE= 27 36 post-install: .for alternative in bin/manticore bin/manticore-verifier |