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)
Sat, Jun 1, 10:49 AM
Unknown Object (File)
Tue, May 7, 5:46 PM
Unknown Object (File)
Apr 27 2024, 8:00 AM
Unknown Object (File)
Apr 27 2024, 7:53 AM
Unknown Object (File)
Apr 27 2024, 7:52 AM
Unknown Object (File)
Apr 27 2024, 7:31 AM
Unknown Object (File)
Apr 26 2024, 3:20 AM
Unknown Object (File)
Apr 8 2024, 10:17 AM
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.