Fix sysinv build issues on Debian

bdist_wheel can not be found during build on a clean environment.

Add the missing python3-wheel dependency to build dependencies.

Story: 2009101
Task: 43046
Signed-off-by: Dan Voiculeasa <dan.voiculeasa@windriver.com>
Change-Id: I9025ec9f11f3225402538a8f7ae749bd5ecb7d50
This commit is contained in:
Dan Voiculeasa 2021-10-22 10:15:06 +03:00
parent ba7790c7b7
commit 004977359b
1 changed files with 6 additions and 1 deletions

View File

@ -2,7 +2,12 @@ Source: sysinv
Section: admin
Priority: optional
Maintainer: Starlingx Developers <StarlingX-discuss@lists.StarlingX.io>
Build-Depends: debhelper-compat (= 13), dh-python, python3-setuptools, python3-all, python3-pbr
Build-Depends: debhelper-compat (= 13),
dh-python,
python3-all,
python3-pbr,
python3-setuptools,
python3-wheel
Build-Depends-Indep:
python3-sqlalchemy,
python3-amqplib,