Source: archmage
Version: 1:0.4.1-1
Severity: serious
Tags: ftbfs
https://buildd.debian.org/status/fetch.php?pkg=archmage&arch=all&ver=1%3A0.4.1-1&stamp=1577227085&raw=0
...
==================================== ERRORS ====================================
_____ ERROR collecting .pybuild/cpython3_3.8/build/tests/test_openclose.py _____
ImportError while importing test module
'/<<PKGBUILDDIR>>/.pybuild/cpython3_3.8/build/tests/test_openclose.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
tests/test_openclose.py:1: in <module>
import sys, archmage.cli, pathlib, tempfile, errno, shutil, contextlib
archmage/cli.py:57: in <module>
from archmage.CHM import CHMFile, Action
archmage/CHM.py:34: in <module>
from archmage.CHMParser import SitemapFile, PageLister, ImageCatcher,
TOCCounter#, HeadersCounter
archmage/CHMParser.py:24: in <module>
import sgmllib, urllib.request, urllib.error, urllib.parse
E ModuleNotFoundError: No module named 'sgmllib'
...