Skip to content

Commit

Permalink
Fix: Add setuptools to deps
Browse files Browse the repository at this point in the history
Issue: RELENG-5403
Change-Id: I51f41b47d6bcc2e7e6103ae67e1389eda127e04f
Signed-off-by: Anil Belur <[email protected]>
  • Loading branch information
askb committed Jun 5, 2024
1 parent 1b89e5d commit d5c27e2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d5c27e2

Please sign in to comment.