1
0
mirror of https://git.freebsd.org/ports.git synced 2026-06-02 11:08:52 +00:00
Files
Emanuel Haupt f18a04ffb9 graphics/py-face_recognition_models: add missing runtime dependency
The package imports pkg_resources at runtime, which is provided by
devel/py-setuptools.  Add setuptools as a RUN_DEPENDS to avoid
ModuleNotFoundError when using face_recognition_models without setuptools
installed.

PR:             288531
Reported by:	kaltheat@gmail.com
2025-10-17 22:12:36 +02:00
..