awslogs: Fix illegal version specifier in python_requires

This commit is contained in:
Martin Weinelt 2023-03-12 19:15:23 +01:00
parent 4e57d4321a
commit aa407c51d5
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -30,7 +30,8 @@ python3.pkgs.buildPythonApplication rec {
postPatch = ''
substituteInPlace setup.py \
--replace "jmespath>=0.7.1,<1.0.0" "jmespath>=0.7.1"
--replace "jmespath>=0.7.1,<1.0.0" "jmespath>=0.7.1" \
--replace '>=3.5.*' '>=3.5'
'';
disabledTests = [