Page MenuHomeFreeBSD

devel/py-cogapp: Fix build by adding missing py-wheel dependency
ClosedPublic

Authored by olgeni on Jul 16 2025, 1:31 PM.
Tags
None
Referenced Files
F132785915: D51344.id158600.diff
Sun, Oct 19, 10:51 PM
F132785914: D51344.id.diff
Sun, Oct 19, 10:51 PM
F132785911: D51344.id158603.diff
Sun, Oct 19, 10:51 PM
F132724066: D51344.diff
Sun, Oct 19, 9:00 AM
Unknown Object (File)
Thu, Oct 2, 9:49 PM
Unknown Object (File)
Thu, Oct 2, 6:45 AM
Unknown Object (File)
Mon, Sep 29, 12:59 AM
Unknown Object (File)
Thu, Sep 25, 1:08 AM
Subscribers
None

Details

Summary

The port uses pep517 build system which requires wheel during the build
process. Add it as a BUILD_DEPENDS to fix the build failure.

Diff Detail

Repository
R11 FreeBSD ports repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 65482
Build 62365: arc lint + arc unit

Event Timeline

olgeni created this revision.

Hmm... I thought I added the dependency on py-wheel after seeing an error. But it seems the change slipped away when I made a commit. Thanks for spotting this!

This revision is now accepted and ready to land.Jul 16 2025, 2:04 PM