Add python3-setuptools to needed packages

This commit adds python3-setuptools to needed packages so that
sushy-tool installation will not fail

Change-Id: I7b6de0ebf09b7c187061030463327831c7d856f3
Signed-off-by: Sreejith Punnapuzha <sreejith.punnapuzha@outlook.com>
This commit is contained in:
Sreejith Punnapuzha 2020-06-19 08:25:13 -05:00
parent 7617a95049
commit 1108d4d2bf

View File

@ -27,6 +27,7 @@
apt:
name:
- python3-pip
- python3-setuptools
- libapache2-mod-wsgi-py3
state: present