about summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorannalee <168274788+annaleeleaves@users.noreply.github.com>2024-05-07 05:42:36 +0000
committerannalee <168274788+annaleeleaves@users.noreply.github.com>2024-05-07 05:42:36 +0000
commita3bc1c60f8a08c386de8ef0e62be24d879d43cbb (patch)
tree79562308c04acb7f0658b03fffeae98896e9bb9c /pkgs/tools
parent9fb582619d1397a8cb64cfe28896a064fa1b33cb (diff)
awscli: relax deps botocore
Diffstat (limited to 'pkgs/tools')
-rw-r--r--pkgs/tools/admin/awscli/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/tools/admin/awscli/default.nix b/pkgs/tools/admin/awscli/default.nix
index 09910f125bc48..f229c89993604 100644
--- a/pkgs/tools/admin/awscli/default.nix
+++ b/pkgs/tools/admin/awscli/default.nix
@@ -23,6 +23,7 @@ python3.pkgs.buildPythonApplication rec {
   ];
 
   pythonRelaxDeps = [
+    "botocore"
     "colorama"
     "docutils"
     "rsa"