Control: found -1 4.4.3+dfsg-3
On 2018-08-05 01:51, Debian Bug Tracking System wrote:
> * promoted the recommendation python3-expeyes <- udev to a dependency.
udev was a red herring. This change can be reverted.
The problem is most likely this code from the postinst:
## this was not managed properly by debian/rules:
if which py3compile >/dev/null 2>&1; then
py3compile -p python-expeyes
fi
I can totally confirm your comment. Why does python3-expeyes try to do
anything at all with the python2 variant ?
Andreas