[Bug 256832] sysutils/py-salt: presence of devel/py-setproctitle breaks rc.d script

From: <bugzilla-noreply_at_freebsd.org>
Date: Sat, 26 Jun 2021 10:17:37 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=256832

--- Comment #3 from ruben@verweg.com ---
(In reply to Kubilay Kocak from comment #1)

I see two things,

I happen to have netbox installed on the same system as the salt minion, and
net-mgmt/netbox installs devel/py-setproctitle as a indirect dependency through
www/py-gunicorn.

I also see setproctitle as a dependency in salt's requirement files themselves,
but is apparently happy to work without it:

$ grep -rl setproctitle  work-py38/salt-3003.1/requirements/ | grep freebsd
work-py38/salt-3003.1/requirements/static/pkg/py3.6/freebsd.txt
work-py38/salt-3003.1/requirements/static/pkg/py3.8/freebsd.txt
work-py38/salt-3003.1/requirements/static/pkg/py3.5/freebsd.txt
work-py38/salt-3003.1/requirements/static/pkg/py3.7/freebsd.txt
work-py38/salt-3003.1/requirements/static/pkg/py3.9/freebsd.txt
work-py38/salt-3003.1/requirements/static/ci/py3.6/freebsd.txt
work-py38/salt-3003.1/requirements/static/ci/py3.8/freebsd.txt
work-py38/salt-3003.1/requirements/static/ci/py3.5/freebsd.txt
work-py38/salt-3003.1/requirements/static/ci/py3.7/freebsd.txt
work-py38/salt-3003.1/requirements/static/ci/py3.9/freebsd.txt

so it could be added as a run dependency too

-- 
You are receiving this mail because:
You are on the CC list for the bug.