From: Anil Belur Date: Wed, 5 Jun 2024 13:55:10 +0000 (+1000) Subject: Fix: Add setuptools to deps X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F33%2F72933%2F1;p=releng%2Flftools.git Fix: Add setuptools to deps Issue: RELENG-5403 Change-Id: I51f41b47d6bcc2e7e6103ae67e1389eda127e04f Signed-off-by: Anil Belur --- diff --git a/tox.ini b/tox.ini index c935027a..e6566fc9 100644 --- a/tox.ini +++ b/tox.ini @@ -84,7 +84,9 @@ commands = [testenv:license] description = Check all files for license header basepython = python3.8 -deps = lftools +deps = + setuptools + lftools commands = lftools license check-dir lftools lftools license check-dir -r '.+' shell