-
Notifications
You must be signed in to change notification settings - Fork 31
Open
Description
In rawhide, ipa-healthcheck fails with a Traceback:
# dnf install -y freeipa-healthcheck
# ipa-healthcheck
Traceback (most recent call last):
File "/usr/bin/ipa-healthcheck", line 5, in <module>
from ipahealthcheck.core.main import main
File "/usr/lib/python3.14/site-packages/ipahealthcheck/core/main.py", line 9, in <module>
from ipahealthcheck.core.core import RunChecks
File "/usr/lib/python3.14/site-packages/ipahealthcheck/core/core.py", line 8, in <module>
import pkg_resources
ModuleNotFoundError: No module named 'pkg_resources'
The module is installed with python3-setuptools. In the past, python3-setuptools used to be installed as a requirement of python3-setools but the dependency has been dropped.
freeipa-healthcheck can either declare python3-setuptools as a dependency or move away from pkg_resources as suggested in #273
Metadata
Metadata
Assignees
Labels
No labels