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
Unknown Object (File)
Mon, Apr 13, 11:43 PM
Unknown Object (File)
Tue, Apr 7, 3:53 PM
Unknown Object (File)
Sun, Apr 5, 7:19 PM
Unknown Object (File)
Sun, Mar 29, 9:51 AM
Unknown Object (File)
Wed, Mar 25, 5:21 AM
Unknown Object (File)
Mar 22 2026, 3:54 AM
Unknown Object (File)
Mar 19 2026, 11:45 PM
Unknown Object (File)
Mar 12 2026, 1:03 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 Not Applicable
Unit
Tests Not Applicable

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