From: Pieter Lexis Date: Mon, 9 Feb 2026 09:49:48 +0000 (+0100) Subject: chore: Pin setuptools for build scripts X-Git-Tag: rec-5.5.0-alpha0~22^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F16829%2Fhead;p=thirdparty%2Fpdns.git chore: Pin setuptools for build scripts --- diff --git a/build-scripts/docker/repo-test/requirements.in b/build-scripts/docker/repo-test/requirements.in index 0b6a8fcaf5..6d4a72a838 100644 --- a/build-scripts/docker/repo-test/requirements.in +++ b/build-scripts/docker/repo-test/requirements.in @@ -2,3 +2,4 @@ # pip-compile --generate-hashes -U requirements.in jinja2 +setuptools<82 diff --git a/build-scripts/docker/repo-test/requirements.txt b/build-scripts/docker/repo-test/requirements.txt index 06e4a03649..6a95f05417 100644 --- a/build-scripts/docker/repo-test/requirements.txt +++ b/build-scripts/docker/repo-test/requirements.txt @@ -2,7 +2,7 @@ # This file is autogenerated by pip-compile with Python 3.11 # by the following command: # -# pip-compile --generate-hashes requirements.in +# pip-compile --allow-unsafe --generate-hashes requirements.in # jinja2==3.1.6 \ --hash=sha256:0137fb05990d35f1275a587e9aee6d56da821fc83491a0fb838183be43f66d6d \ @@ -99,3 +99,9 @@ markupsafe==3.0.3 \ --hash=sha256:f9e130248f4462aaa8e2552d547f36ddadbeaa573879158d721bbd33dfe4743a \ --hash=sha256:fed51ac40f757d41b7c48425901843666a6677e3e8eb0abcff09e4ba6e664f50 # via jinja2 + +# The following packages are considered to be unsafe in a requirements file: +setuptools==81.0.0 \ + --hash=sha256:487b53915f52501f0a79ccfd0c02c165ffe06631443a886740b91af4b7a5845a \ + --hash=sha256:fdd925d5c5d9f62e4b74b30d6dd7828ce236fd6ed998a08d81de62ce5a6310d6 + # via -r requirements.in