Code Review
/
releng
/
lftools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
1b89e5d
)
Fix: Add setuptools to deps
33/72933/1
author
Anil Belur
<abelur@linuxfoundation.org>
Wed, 5 Jun 2024 13:55:10 +0000
(23:55 +1000)
committer
Anil Belur
<abelur@linuxfoundation.org>
Wed, 5 Jun 2024 13:56:14 +0000
(23:56 +1000)
Issue: RELENG-5403
Change-Id: I51f41b47d6bcc2e7e6103ae67e1389eda127e04f
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
tox.ini
patch
|
blob
|
history
diff --git
a/tox.ini
b/tox.ini
index
c935027
..
e6566fc
100644
(file)
--- 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