From f811e8bfb6fd56aa1e1db4a70d19acaf6533f20b Mon Sep 17 00:00:00 2001 From: bruntib Date: Mon, 8 Jul 2024 15:16:11 +0200 Subject: [PATCH] [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 #4278 --- .../requirements_py/dev/requirements.txt | 1 + .../statistics_collector/requirements_py/dev/requirements.txt | 1 + codechecker_common/requirements_py/dev/requirements.txt | 3 ++- tools/bazel/requirements_py/dev/requirements.txt | 1 + tools/report-converter/requirements_py/dev/requirements.txt | 1 + tools/tu_collector/requirements_py/dev/requirements.txt | 1 + 6 files changed, 7 insertions(+), 1 deletion(-) diff --git a/analyzer/tools/merge_clang_extdef_mappings/requirements_py/dev/requirements.txt b/analyzer/tools/merge_clang_extdef_mappings/requirements_py/dev/requirements.txt index ab2e19281b..cb7cc87629 100644 --- a/analyzer/tools/merge_clang_extdef_mappings/requirements_py/dev/requirements.txt +++ b/analyzer/tools/merge_clang_extdef_mappings/requirements_py/dev/requirements.txt @@ -1,3 +1,4 @@ pytest==7.3.1 pycodestyle==2.12.0 pylint==2.8.2 +setuptools==70.2.0 diff --git a/analyzer/tools/statistics_collector/requirements_py/dev/requirements.txt b/analyzer/tools/statistics_collector/requirements_py/dev/requirements.txt index ab2e19281b..cb7cc87629 100644 --- a/analyzer/tools/statistics_collector/requirements_py/dev/requirements.txt +++ b/analyzer/tools/statistics_collector/requirements_py/dev/requirements.txt @@ -1,3 +1,4 @@ pytest==7.3.1 pycodestyle==2.12.0 pylint==2.8.2 +setuptools==70.2.0 diff --git a/codechecker_common/requirements_py/dev/requirements.txt b/codechecker_common/requirements_py/dev/requirements.txt index 956e5466d2..7f2d6b5d78 100644 --- a/codechecker_common/requirements_py/dev/requirements.txt +++ b/codechecker_common/requirements_py/dev/requirements.txt @@ -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 \ No newline at end of file +types-PyYAML==6.0.12.12 +setuptools==70.2.0 diff --git a/tools/bazel/requirements_py/dev/requirements.txt b/tools/bazel/requirements_py/dev/requirements.txt index f0492af5b4..9e7986407c 100644 --- a/tools/bazel/requirements_py/dev/requirements.txt +++ b/tools/bazel/requirements_py/dev/requirements.txt @@ -2,3 +2,4 @@ pytest==7.3.1 pycodestyle==2.12.0 pylint==2.8.2 mypy==1.7.1 +setuptools==70.2.0 diff --git a/tools/report-converter/requirements_py/dev/requirements.txt b/tools/report-converter/requirements_py/dev/requirements.txt index b24aab957a..9e56728eda 100644 --- a/tools/report-converter/requirements_py/dev/requirements.txt +++ b/tools/report-converter/requirements_py/dev/requirements.txt @@ -4,3 +4,4 @@ pycodestyle==2.12.0 pylint==2.8.2 portalocker==2.2.1 mypy==1.7.1 +setuptools==70.2.0 diff --git a/tools/tu_collector/requirements_py/dev/requirements.txt b/tools/tu_collector/requirements_py/dev/requirements.txt index f0492af5b4..9e7986407c 100644 --- a/tools/tu_collector/requirements_py/dev/requirements.txt +++ b/tools/tu_collector/requirements_py/dev/requirements.txt @@ -2,3 +2,4 @@ pytest==7.3.1 pycodestyle==2.12.0 pylint==2.8.2 mypy==1.7.1 +setuptools==70.2.0