Skip to content

Commit e98b0e6

Browse files
committed
aspell: fix dependencies missing
As of ubuntu 20.04, the two deps for aspell are missing.
1 parent dfcbf0a commit e98b0e6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tools/test/travis-ci/functions.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,9 @@ source_pkg()
170170
local aspell_deps="aspell
171171
aspell-en
172172
dictionaries-common
173-
libaspell15"
173+
libaspell15
174+
libncursesw5
175+
libtinfo5"
174176

175177
local libfuse_deps="libfuse-dev
176178
libpcre3-dev

0 commit comments

Comments
 (0)