awscli: relax deps botocore

This commit is contained in:
annalee 2024-05-07 05:42:36 +00:00
parent 9fb582619d
commit a3bc1c60f8
No known key found for this signature in database

View File

@ -23,6 +23,7 @@ python3.pkgs.buildPythonApplication rec {
];
pythonRelaxDeps = [
"botocore"
"colorama"
"docutils"
"rsa"