Package: prospector
Version: 1.10.3-2
Severity: serious
Tags: patch
Justification: Policy 3.5
Hi,
Prospector is missing a dependency on setoptconf, this seems to be
because the upstream dependency is "setoptconf-tmp".
Without python3-setoptconf installed prospector shows a traceback:
Traceback (most recent call last):
File "/usr/bin/prospector", line 12, in <module>
from prospector.config import ProspectorConfig
File "/usr/lib/python3/dist-packages/prospector/config/__init__.py", line 15,
in <module>
from prospector.config import configuration as cfg
File "/usr/lib/python3/dist-packages/prospector/config/configuration.py",
line 3, in <module>
import setoptconf as soc
ModuleNotFoundError: No module named 'setoptconf'
I haven't looked into "setoptconf-tmp", and what it changes from the
normal setoptconf, but installing python3-setoptconf enables prospector
to run again.