diff options
| author | Yuri Victorovich <yuri@FreeBSD.org> | 2023-01-04 11:30:40 +0000 |
|---|---|---|
| committer | Yuri Victorovich <yuri@FreeBSD.org> | 2023-01-04 11:50:54 +0000 |
| commit | a41f63c03eae513377384519d8d75eaf0b95e226 (patch) | |
| tree | 0048a6020d752de32c3baec6f66a8a3439ed2720 | |
| parent | 410c0280b73b8f81e4baf562da8bcfe312830dd3 (diff) | |
math/py-pysmt: Test dependency changed to CVC5
The project so far doesn't support CVC5.
| -rw-r--r-- | math/py-pysmt/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/py-pysmt/Makefile b/math/py-pysmt/Makefile index 6b812543df4d..f77c7f539987 100644 --- a/math/py-pysmt/Makefile +++ b/math/py-pysmt/Makefile @@ -15,7 +15,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>0:devel/py-nose@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}z3-solver>0:math/py-z3-solver@${PY_FLAVOR} \ z3>0:math/z3 \ - cvc4>0:math/cvc4 + cvc5>0:math/cvc5 # CVC4 was replaced with CVC5 - tests are now broken untile this is resolved: https://github.com/pysmt/pysmt/issues/744 USES= python:3.5+ USE_GITHUB= yes |
