Bug 262344 - devel/py-apispec: py-prance is required as a runtime dependency
Summary: devel/py-apispec: py-prance is required as a runtime dependency
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Thierry Thomas
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-03-04 17:00 UTC by Thierry Thomas
Modified: 2022-03-05 13:41 UTC (History)
1 user (show)

See Also:
meka: maintainer-feedback+


Attachments
RUN_DEPENDS+=devel/py-prance (1.12 KB, patch)
2022-03-04 17:00 UTC, Thierry Thomas
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Thierry Thomas freebsd_committer freebsd_triage 2022-03-04 17:00:23 UTC
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.
Comment 1 Goran Mekić 2022-03-05 12:25:57 UTC
Thank you very much!
Comment 2 commit-hook freebsd_committer freebsd_triage 2022-03-05 13:41:17 UTC
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(+)