Created attachment 232250 [details] RUN_DEPENDS+=devel/py-prance When running apispec, the following message has been displayed: ModuleNotFoundError: validate_spec requires prance to be installed. Installing devel/py-prance fixed the problem.
Thank you very much!
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=0dbd3e11b0e216510942a9c8f64340c9520a9449 commit 0dbd3e11b0e216510942a9c8f64340c9520a9449 Author: Thierry Thomas <thierry@FreeBSD.org> AuthorDate: 2022-03-04 16:52:43 +0000 Commit: Thierry Thomas <thierry@FreeBSD.org> CommitDate: 2022-03-05 13:40:34 +0000 devel/py-apispec: py-prance is required as a runtime dependency When running apispec, the following message has been displayed: ModuleNotFoundError: validate_spec requires prance to be installed. Installing devel/py-prance fixed the problem. PR: 262344 Approved by: Goran Mekić (maintainer) devel/py-apispec/Makefile | 2 ++ 1 file changed, 2 insertions(+)