setup-ubuntu: python-yaml is needed by libduktape (uses py2)

This commit is contained in:
Henrik Grimler 2020-05-06 09:16:43 +02:00
parent 7634da7dba
commit 3b96b19b8e
1 changed files with 3 additions and 0 deletions

View File

@ -111,6 +111,9 @@ PACKAGES+=" lld"
# Needed by gitea.
PACKAGES+=" npm"
# Needed by libduktape (2.5.0 still uses python2 unfortunately)
PACKAGES+=" python-yaml"
# Java.
PACKAGES+=" openjdk-8-jdk"