X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/termux-packages/blobdiff_plain/15926ac7ef1021820057136dc7412ef1c17718ee..ee6a231c325851a19562502a83c4ed8ac9b0f3be:/scripts/setup-ubuntu.sh diff --git a/scripts/setup-ubuntu.sh b/scripts/setup-ubuntu.sh index ddd1fade..89dfe3fb 100755 --- a/scripts/setup-ubuntu.sh +++ b/scripts/setup-ubuntu.sh @@ -28,6 +28,7 @@ PACKAGES+=" openjdk-8-jdk-headless" # Used for android-sdk. PACKAGES+=" pkg-config" PACKAGES+=" python3-docutils" # For rst2man, used by mpv. PACKAGES+=" python3-setuptools" # Needed by at least asciinema. +PACKAGES+=" python3-sphinx" # Needed by notmuch man page generation. PACKAGES+=" scons" PACKAGES+=" texinfo" PACKAGES+=" xmlto"