From 4e1deeddf61b76eb5d46508ba413533a9f9d5b50 Mon Sep 17 00:00:00 2001 From: Dan Voiculeasa Date: Wed, 10 Nov 2021 15:58:47 +0200 Subject: [PATCH] debian: Fix nfv build Error when building the packages: invalid command 'bdist_wheel'. Add python3-wheel to build dependencies. Story: 2009101 Task: 43392 Signed-off-by: Dan Voiculeasa Change-Id: I0c778233c1358ea95a95cdec233d779f1738a4c6 --- nfv/debian/deb_folder/control | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nfv/debian/deb_folder/control b/nfv/debian/deb_folder/control index 4b6de230..724d8c2f 100644 --- a/nfv/debian/deb_folder/control +++ b/nfv/debian/deb_folder/control @@ -6,7 +6,8 @@ Build-Depends: debhelper-compat (= 13), dh-python, python3-all, python3-requests, - python3-setuptools + python3-setuptools, + python3-wheel Standards-Version: 4.5.1 Homepage: https://www.starlingx.io