diff options
author | nia <nia@pkgsrc.org> | 2020-12-30 12:04:08 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2020-12-30 12:04:08 +0000 |
commit | 3c206fb3518f11eddf4af881968a031d7134aad6 (patch) | |
tree | 30a578c7a247bfc04650ac27413f3917a1cee6e6 /devel | |
parent | 7444bd344c56e54c5751b599fba0841e95389e49 (diff) | |
download | pkgsrc-3c206fb3518f11eddf4af881968a031d7134aad6.tar.gz |
py-manticore: Remove unnecessary restriction to Python 3.7
Reflect Python version support noted in setup.py.
Diffstat (limited to 'devel')
-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 |