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)
Thu, May 21, 2:56 PM
Unknown Object (File)
Wed, May 20, 1:52 AM
Unknown Object (File)
Mon, May 18, 4:36 AM
Unknown Object (File)
Sat, May 16, 5:35 PM
Unknown Object (File)
May 5 2026, 2:44 AM
Unknown Object (File)
Apr 23 2026, 7:29 PM
Unknown Object (File)
Apr 13 2026, 11:43 PM
Unknown Object (File)
Apr 7 2026, 3:53 PM
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