diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2025-08-13 12:54:40 +0800 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2025-08-13 12:54:40 +0800 |
commit | 006f4a9370eba18675563e2823f134d0b7ff30fc (patch) | |
tree | b872622b26b7989008f896c6fb2763789500ca92 | |
parent | devel/py-pytest-flakes: Remove outdated CONFLICTS_INSTALL (diff) |
math/py-levmar: Clean up TEST_DEPENDS after the removal of py-pytest4
It can be converted to USE_PYTHON=pytest if this port tests fine with py-pytest.
Reported by: adamw
Approved by: portmgr (blanket)
With hat: python
-rw-r--r-- | math/py-levmar/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/math/py-levmar/Makefile b/math/py-levmar/Makefile index 097ba52ca67b..1638cd818723 100644 --- a/math/py-levmar/Makefile +++ b/math/py-levmar/Makefile @@ -19,8 +19,7 @@ BROKEN= doesn't build with Python-3.11, 4 authors were notified via e-mail on 2 BUILD_DEPENDS= ${PYNUMPY} LIB_DEPENDS= libblas.so:math/blas \ liblapack.so:math/lapack -TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest4>0:devel/py-pytest4@${PY_FLAVOR} \ - ${PYNUMPY} +TEST_DEPENDS= ${PYNUMPY} USES= python USE_PYTHON= distutils autoplist |