forked from Ericsson/codechecker
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[cfg] Add setuptools as a dependency
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
Showing
6 changed files
with
8 additions
and
1 deletion.
There are no files selected for viewing
1 change: 1 addition & 0 deletions
1
analyzer/tools/merge_clang_extdef_mappings/requirements_py/dev/requirements.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
1 change: 1 addition & 0 deletions
1
analyzer/tools/statistics_collector/requirements_py/dev/requirements.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,3 +2,4 @@ pytest==7.3.1 | |
pycodestyle==2.12.0 | ||
pylint==2.8.2 | ||
mypy==1.7.1 | ||
setuptools==70.2.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,3 +4,4 @@ pycodestyle==2.12.0 | |
pylint==2.8.2 | ||
portalocker==2.2.1 | ||
mypy==1.7.1 | ||
setuptools==70.2.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,3 +2,4 @@ pytest==7.3.1 | |
pycodestyle==2.12.0 | ||
pylint==2.8.2 | ||
mypy==1.7.1 | ||
setuptools==70.2.0 |