oci-cli: relax setuptools dependency

oci-cli 3.89.0 pins setuptools<81, but nixpkgs ships setuptools 82.
Relax the constraint so the runtime dependency check passes.

Assisted-by: Claude Code (claude-opus-4-8)
This commit is contained in:
Philip Taron
2026-07-08 15:06:11 -07:00
parent 029f2cf094
commit 54f5dbbf9b
+1
View File
@@ -66,6 +66,7 @@ py.pkgs.buildPythonApplication (finalAttrs: {
];
pythonRelaxDeps = [
"setuptools"
"click"
"PyYAML"
"cryptography"