From: Pieter Lexis Date: Mon, 9 Feb 2026 09:48:33 +0000 (+0100) Subject: chore: Pin setuptools for meson venv X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ce4bcbe2a0632ec8670f8a261301c243e2004a75;p=thirdparty%2Fpdns.git chore: Pin setuptools for meson venv --- diff --git a/meson/requirements.in b/meson/requirements.in index 57c929d09a..4e862168d3 100644 --- a/meson/requirements.in +++ b/meson/requirements.in @@ -6,3 +6,4 @@ meson ninja invoke requests==2.32.4 +setuptools<82 diff --git a/meson/requirements.txt b/meson/requirements.txt index b3b893126d..f4362e405b 100644 --- a/meson/requirements.txt +++ b/meson/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 \ @@ -217,3 +217,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