Page MenuHomeFreeBSD

devel/py-watchdog: Fix build
ClosedPublic

Authored by otis on Feb 8 2024, 11:13 AM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Oct 10, 10:48 AM
Unknown Object (File)
Sep 13 2025, 8:46 PM
Unknown Object (File)
Aug 10 2025, 2:03 PM
Unknown Object (File)
Jul 28 2025, 1:53 PM
Unknown Object (File)
Jul 28 2025, 8:01 AM
Unknown Object (File)
Jun 25 2025, 2:49 AM
Unknown Object (File)
Jun 22 2025, 6:01 PM
Unknown Object (File)
Jun 19 2025, 4:56 PM
Subscribers
None

Details

Summary
  • Add correct PYTHON_PKGNAMEPREFIX to py-wheel build dependency
  • Add setuptools build dependency, otherwise it chokes with:

> Building for py39-watchdog-4.0.0

  • Getting build dependencies for wheel...

...
ModuleNotFoundError: No module named 'setuptools'

ERROR Backend 'setuptools.build_meta:legacy' is not available.
...

Approved by: nivit (maintainer)

Diff Detail

Repository
R11 FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

otis requested review of this revision.Feb 8 2024, 11:13 AM
otis created this revision.
This revision was not accepted when it landed; it landed in state Needs Review.Feb 10 2024, 10:01 AM
This revision was automatically updated to reflect the committed changes.