git: 9a8246643e22 - main - math/py-Pyomo: Update comment

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Mon, 08 Jan 2024 09:42:54 UTC
The branch main has been updated by yuri:

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

commit 9a8246643e2202c29d267878a67d1628f85e16ab
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-01-08 09:16:26 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-01-08 09:42:51 +0000

    math/py-Pyomo: Update comment
---
 math/py-Pyomo/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/math/py-Pyomo/Makefile b/math/py-Pyomo/Makefile
index c1befea14ec5..8d190fa9b310 100644
--- a/math/py-Pyomo/Makefile
+++ b/math/py-Pyomo/Makefile
@@ -17,7 +17,7 @@ TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}coverage>0:devel/py-coverage@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pytest-parallel>0:devel/py-pytest-parallel@${PY_FLAVOR}
 
 USES=		python
-USE_PYTHON=	distutils cython concurrent autoplist pytest # 1 test fails, see https://github.com/Pyomo/pyomo/issues/2547
+USE_PYTHON=	distutils cython concurrent autoplist pytest # 1 test fails but it is known to be broken by the upstream, see https://github.com/Pyomo/pyomo/issues/2547
 
 USE_GITHUB=	yes
 GH_PROJECT=	pyomo