Add python3-tornado to geninstaller reqs

Signed-off-by: Adam Stokes <adam.stokes@ubuntu.com>
This commit is contained in:
Adam Stokes 2015-08-23 23:52:48 -04:00
parent f0af14b8fc
commit 1dbb837fd2
1 changed files with 2 additions and 1 deletions

View File

@ -40,6 +40,7 @@ INSTALLER_DEPS=(
"python3-pyudev"
"python3-netifaces"
"python-urwid"
"python3-tornado"
)
CACHEDIR=""
@ -81,7 +82,7 @@ userdata_write_file() {
local owner=${1}; shift;
local permissions=${1}; shift;
local encoding=${1}; shift;
case $encoding in
case $encoding in
none)
echo "- content: |"
for x in "$@"; do