setup-ubuntu: install python3-sphinxcontrib.qthelp as well

Needed by extra-cmake-modules, see termux/termux-packages#12528.
This commit is contained in:
Henrik Grimler 2022-10-24 13:06:05 +02:00
parent c96f4a7942
commit 1adfe3cffc
No known key found for this signature in database
GPG Key ID: B0076E490B71616B
1 changed files with 1 additions and 0 deletions

View File

@ -50,6 +50,7 @@ PACKAGES+=" pandoc"
PACKAGES+=" python3-docutils"
PACKAGES+=" python3-recommonmark"
PACKAGES+=" python3-sphinx"
PACKAGES+=" python3-sphinxcontrib.qthelp"
PACKAGES+=" scdoc"
PACKAGES+=" texinfo"
PACKAGES+=" xmlto"