From: Pieter Lexis Date: Mon, 9 Feb 2026 09:49:27 +0000 (+0100) Subject: chore: Pin setuptools for builder tools X-Git-Tag: rec-5.5.0-alpha0~22^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9aeabe6d3557800b2a04c2e8f6884a491aafb3ef;p=thirdparty%2Fpdns.git chore: Pin setuptools for builder tools --- diff --git a/builder-support/requirements.in b/builder-support/requirements.in index e0567daf19..0f25e1ad21 100644 --- a/builder-support/requirements.in +++ b/builder-support/requirements.in @@ -5,3 +5,4 @@ invoke requests==2.32.4 pulp-cli==0.29.2 pulp-cli-deb==0.3.1 +setuptools<82 diff --git a/builder-support/requirements.txt b/builder-support/requirements.txt index e953b1d7e6..8253c03097 100644 --- a/builder-support/requirements.txt +++ b/builder-support/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 # certifi==2026.1.4 \ --hash=sha256:9943707519e4add1115f44c2bc244f782c0249876bf51b6599fee1ffbedd685c \ @@ -254,3 +254,9 @@ urllib3==2.6.3 \ --hash=sha256:1b62b6884944a57dbe321509ab94fd4d3b307075e0c2eae991ac71ee15ad38ed \ --hash=sha256:bf272323e553dfb2e87d9bfd225ca7b0f467b919d7bbd355436d3fd37cb0acd4 # via requests + +# 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