[Bug 286940] sysutils/py-pyinfra: Update to 3.3.1, Take maintainership

From: <bugzilla-noreply_at_freebsd.org>
Date: Sat, 24 May 2025 14:14:45 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=286940

--- Comment #8 from Florian Walpen <dev@submerge.ch> ---
I think the tests need devel/py-pyyaml now to run:

diff --git a/sysutils/py-pyinfra/Makefile b/sysutils/py-pyinfra/Makefile
index e71c66df8895..eaa2d2403115 100644
--- a/sysutils/py-pyinfra/Makefile
+++ b/sysutils/py-pyinfra/Makefile
@@ -24,7 +24,8 @@ RUN_DEPENDS= 
${PYTHON_PKGNAMEPREFIX}click>2:devel/py-click@${PY_FLAVOR} \
               
${PYTHON_PKGNAMEPREFIX}setuptools>0:devel/py-setuptools@${PY_FLAVOR} \
               
${PYTHON_PKGNAMEPREFIX}typeguard>0:devel/py-typeguard@${PY_FLAVOR}
 TEST_DEPENDS= 
${PYTHON_PKGNAMEPREFIX}coverage>0:devel/py-coverage@${PY_FLAVOR} \
-              
${PYTHON_PKGNAMEPREFIX}pytest-cov>0:devel/py-pytest-cov@${PY_FLAVOR}
+              
${PYTHON_PKGNAMEPREFIX}pytest-cov>0:devel/py-pytest-cov@${PY_FLAVOR} \
+               ${PYTHON_PKGNAMEPREFIX}pyyaml>6:devel/py-pyyaml@${PY_FLAVOR}

 USES=          pytest python
 USE_GITHUB=    yes

-- 
You are receiving this mail because:
You are the assignee for the bug.