globus-cli: relax jmespath bound (#523238)
This commit is contained in:
@@ -33,7 +33,10 @@ python3Packages.buildPythonApplication rec {
|
||||
requests
|
||||
];
|
||||
|
||||
pythonRelaxDeps = [ "globus-sdk" ];
|
||||
pythonRelaxDeps = [
|
||||
"globus-sdk"
|
||||
"jmespath"
|
||||
];
|
||||
|
||||
nativeBuildInputs = [ installShellFiles ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user