setup-ubuntu: python-yaml is needed by libduktape (uses py2)
This commit is contained in:
parent
7634da7dba
commit
3b96b19b8e
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user