git: fd62343a7b8a - main - devel/py-cwltest: proper fix
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 04 Mar 2026 13:05:33 UTC
The branch main has been updated by pkubaj:
URL: https://cgit.FreeBSD.org/ports/commit/?id=fd62343a7b8ac6a288ac44754997ef331124c7d6
commit fd62343a7b8ac6a288ac44754997ef331124c7d6
Author: Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2026-03-04 13:05:05 +0000
Commit: Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2026-03-04 13:05:05 +0000
devel/py-cwltest: proper fix
---
devel/py-cwltest/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/devel/py-cwltest/Makefile b/devel/py-cwltest/Makefile
index 08eca972dd32..9c48057d89a6 100644
--- a/devel/py-cwltest/Makefile
+++ b/devel/py-cwltest/Makefile
@@ -14,8 +14,8 @@ BUILD_DEPENDS= ${PY_SETUPTOOLS} \
${PYTHON_PKGNAMEPREFIX}setuptools-scm>=8.0.4:devel/py-setuptools-scm@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}schema-salad>=8.7:devel/py-schema-salad@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}junit-xml>=1.9:devel/py-junit-xml@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}defusedxml>0:textproc/py-defusedxml@${PY_FLAVOR}
+ ${PYTHON_PKGNAMEPREFIX}junit-xml>=1.9:textproc/py-junit-xml@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}defusedxml>0:devel/py-defusedxml@${PY_FLAVOR}
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-cov>0:devel/py-pytest-cov@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pytest-xdist>0:devel/py-pytest-xdist@${PY_FLAVOR}