Source: pyserial
Version: 3.4-2
Severity: serious
https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/pyserial.html
...
python3 setup.py build
Traceback (most recent call last):
File "setup.py", line 17, in <module>
from setuptools import setup
ModuleNotFoundError: No module named 'setuptools'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "setup.py", line 19, in <module>
from distutils.core import setup
ModuleNotFoundError: No module named 'distutils.core'
make: *** [debian/rules:19: build-stamp] 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