Merge pull request #309747 from annaleeleaves/awscli

awscli: relax deps botocore
This commit is contained in:
Fabian Affolter 2024-05-07 09:26:28 +02:00 committed by GitHub
commit 8a70e15485
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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