Source: localslackirc Version: 1.8-1 Severity: serious Tags: ftbfs https://buildd.debian.org/status/fetch.php?pkg=localslackirc&arch=all&ver=1.8-1&stamp=1587506546&raw=0
... dh_auto_test -i make -j4 test make[1]: Entering directory '/<<PKGBUILDDIR>>' MYPYPATH=stubs mypy --config-file mypy.conf irc.py Success: no issues found in 1 source file python3 -m tests Traceback (most recent call last): File "/usr/lib/python3.8/runpy.py", line 193, in _run_module_as_main return _run_code(code, main_globals, None, File "/usr/lib/python3.8/runpy.py", line 86, in _run_code exec(code, run_globals) File "/<<PKGBUILDDIR>>/tests/__main__.py", line 21, in <module> from .test_re import * File "/<<PKGBUILDDIR>>/tests/test_re.py", line 21, in <module> from irc import _MENTIONS_REGEXP, _CHANNEL_MENTIONS_REGEXP, _URL_REGEXP File "/<<PKGBUILDDIR>>/irc.py", line 38, in <module> import slack File "/<<PKGBUILDDIR>>/slack.py", line 25, in <module> from attr import attrs, attrib ModuleNotFoundError: No module named 'attr' make[1]: *** [Makefile:10: test] Error 1