Skip to content

Commit

Permalink
[cfg] Add setuptools as a dependency
Browse files Browse the repository at this point in the history
Some platforms don't come with pre-installed setuptools module. However,
some CodeChecker modules need this library as a dependency.

Fixes Ericsson#4278
  • Loading branch information
bruntib committed Jul 8, 2024
1 parent 3d1a1ab commit f7db674
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
pytest==7.3.1
pycodestyle==2.12.0
pylint==2.8.2
setuptools==70.2.0
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
pytest==7.3.1
pycodestyle==2.12.0
pylint==2.8.2
setuptools==70.2.0
3 changes: 2 additions & 1 deletion codechecker_common/requirements_py/dev/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ portalocker==2.2.1
coverage==5.5.0
mypy==1.7.1
PyYAML==6.0.1
types-PyYAML==6.0.12.12
types-PyYAML==6.0.12.12
setuptools==70.2.0
1 change: 1 addition & 0 deletions tools/bazel/requirements_py/dev/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ pytest==7.3.1
pycodestyle==2.12.0
pylint==2.8.2
mypy==1.7.1
setuptools==70.2.0
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ pycodestyle==2.12.0
pylint==2.8.2
portalocker==2.2.1
mypy==1.7.1
setuptools==70.2.0
1 change: 1 addition & 0 deletions tools/tu_collector/requirements_py/dev/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ pytest==7.3.1
pycodestyle==2.12.0
pylint==2.8.2
mypy==1.7.1
setuptools==70.2.0

0 comments on commit f7db674

Please sign in to comment.