mirror of
https://git.freebsd.org/ports.git
synced 2026-06-02 11:08:52 +00:00
f18a04ffb9
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