git: f66b830926e2 - main - devel/py-cwltest: fix bulk build

From: Piotr Kubaj <pkubaj_at_FreeBSD.org>
Date: Wed, 04 Mar 2026 13:02:45 UTC
The branch main has been updated by pkubaj:

URL: https://cgit.FreeBSD.org/ports/commit/?id=f66b830926e21c390c3dd8cf81cb02ed5992ef3c

commit f66b830926e21c390c3dd8cf81cb02ed5992ef3c
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2026-03-04 13:01:57 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2026-03-04 13:02:39 +0000

    devel/py-cwltest: fix bulk build
---
 devel/py-cwltest/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/devel/py-cwltest/Makefile b/devel/py-cwltest/Makefile
index 6668d9c7f465..08eca972dd32 100644
--- a/devel/py-cwltest/Makefile
+++ b/devel/py-cwltest/Makefile
@@ -15,7 +15,7 @@ BUILD_DEPENDS=	${PY_SETUPTOOLS} \
 		${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:devel/py-defusedxml@${PY_FLAVOR}
+		${PYTHON_PKGNAMEPREFIX}defusedxml>0:textproc/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}