Dan Bungert has proposed merging ~dbungert/curtin:fix-ci-2024-12 into curtin:master.
Commit message: requirements: fix CI / setuptools deps Requested reviews: Server Team CI bot (server-team-bot): continuous-integration curtin developers (curtin-dev) For more details, see: https://code.launchpad.net/~dbungert/curtin/+git/curtin/+merge/478329 -- Your team curtin developers is requested to review the proposed merge of ~dbungert/curtin:fix-ci-2024-12 into curtin:master.
diff --git a/requirements.txt b/requirements.txt index a1f78d1..40be7d1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,3 +7,7 @@ jsonschema # Dependency of jsonschema. # Version 0.16.0 is the latest version supporting Python < 3.5. pyrsistent==0.16.0 + +# https://github.com/pypa/setuptools/issues/4483 +setuptools>=71.0.0 +packaging>=22.0
-- Mailing list: https://launchpad.net/~curtin-dev Post to : curtin-dev@lists.launchpad.net Unsubscribe : https://launchpad.net/~curtin-dev More help : https://help.launchpad.net/ListHelp