globus-cli: relax jmespath bound (#523238)

This commit is contained in:
Peder Bergebakken Sundt
2026-05-24 19:42:42 +00:00
committed by GitHub
+4 -1
View File
@@ -33,7 +33,10 @@ python3Packages.buildPythonApplication rec {
requests
];
pythonRelaxDeps = [ "globus-sdk" ];
pythonRelaxDeps = [
"globus-sdk"
"jmespath"
];
nativeBuildInputs = [ installShellFiles ];