Package: mock Version: 1.3.2-1 Severity: normal
mock in Debian stretch does not work without the Python module 'six'.
$ mock
Traceback (most recent call last):
File "/usr/sbin/mock", line 56, in <module>
from six.moves import configparser
ImportError: No module named 'six'
You have to install python3-six.

