git: f6f6415009b3 - main - science/py-nilearn: Add comment

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Sat, 16 Jul 2022 06:41:59 UTC
The branch main has been updated by yuri:

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

commit f6f6415009b320ce72e9cf3d0d7210ce211e23a3
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-07-16 06:41:35 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-07-16 06:41:57 +0000

    science/py-nilearn: Add comment
---
 science/py-nilearn/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/science/py-nilearn/Makefile b/science/py-nilearn/Makefile
index e0b1b3d29606..5810742ba326 100644
--- a/science/py-nilearn/Makefile
+++ b/science/py-nilearn/Makefile
@@ -10,7 +10,7 @@ COMMENT=	Statistical learning for neuroimaging in Python
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BROKEN=		does not install: ModuleNotFoundError: No module named 'threadpoolctl'. Module "sklearn" could not be found.
+BROKEN=		does not install: No module named 'threadpoolctl'. Module "sklearn" could not be found. Core reason is that threadpoolctl is broken, see https://reviews.freebsd.org/D35513
 
 RUN_DEPENDS=	${PYNUMPY} \
 		${PYTHON_PKGNAMEPREFIX}codecov>0:devel/py-codecov@${PY_FLAVOR} \