Control: severity -1 normal 2022년 12월 31일 (토) 오후 5:21, Rene Engelhard <[email protected]>님이 작성: > > Source: hunspell-dict-ko > Version: 0.7.92-1 > Severity: important > > Dear Maintainer, > > I tried to look after the hunspell-dict-ko failure and created a minimal > chroot + installing the test > dependencies for that. > > I got: > > rene@frodo:~/hunspell-dict-ko-0.7.92$ make hosttest > HOST_DICT_PATH=/usr/share/hunspell/ko > make: python3: No such file or directory > make -C tests test DICT=/usr/share/hunspell/ko > make[1]: Entering directory '/home/rene/hunspell-dict-ko-0.7.92/tests' > echo | hunspell -d /usr/share/hunspell/ko | head -1 > Hunspell 1.7.1 - hunspell-dict-ko 0.7.92 (requires Hunspell 1.3.1) > https://spellcheck-ko.github.io/ > python3 checkhunspellversion.py > make[1]: python3: No such file or directory > make[1]: *** [Makefile:8: test] Error 127 > make[1]: Leaving directory '/home/rene/hunspell-dict-ko-0.7.92/tests' > make: *** [Makefile:53: hosttest] Error 2 > > I think python3 should be there. It is probably already installed by > autopkgtest, but anyways.
It's correct that the minimal system installed by autopkgtest has always python3. Isn't the test supposed to be run by autopkgtest? There seems to be no documentation on the default installed packages, so adding python3 would be safe for the possible future autopkgtest change. But in practice, missing python3 in Depends doesn't break anything.

