Source: grokevt
Version: 0.5.0-1
Severity: serious
https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/grokevt.html
...
if [ "x`which python3`" != "x" ]; then `which python3` grokevt-distutils.py
install --install-layout=deb --prefix
/build/1st/grokevt-0.5.0/debian/grokevt/usr; fi
Traceback (most recent call last):
File "grokevt-distutils.py", line 3, in <module>
from distutils.core import setup
ModuleNotFoundError: No module named 'distutils.core'
make[2]: *** [Makefile:39: install] Error 1
Due to
python3.6 (3.6.5~rc1-2) unstable; urgency=medium
* python3.6: Drop dependency on python3-distutils.
...
-- Matthias Klose <[email protected]> Tue, 20 Mar 2018 14:29:58 +0800