From 99609427675b978d1d0a92e1167563f9ce0ae8a7c244a358d8ecc9f7a7d0af30 Mon Sep 17 00:00:00 2001 From: John Paul Adrian Glaubitz Date: Mon, 18 Nov 2024 11:27:24 +0000 Subject: [PATCH] - Fix upper version limit in Requires for python-docutils OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/aws-cli?expand=0&rev=222 --- aws-cli.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aws-cli.spec b/aws-cli.spec index 53c6d14..05def55 100644 --- a/aws-cli.spec +++ b/aws-cli.spec @@ -46,7 +46,7 @@ Requires: %{pythons}-botocore >= 1.35.60 Requires: %{pythons}-six Requires: (%{pythons}-PyYAML >= 3.10 with %{pythons}-PyYAML <= 6.1) Requires: (%{pythons}-colorama >= 0.2.5 with %{pythons}-colorama <= 0.5.0) -Requires: (%{pythons}-docutils >= 0.10 with %{pythons}-docutils < 0.3) +Requires: (%{pythons}-docutils >= 0.10 with %{pythons}-docutils < 0.30) Requires: (%{pythons}-rsa >= 3.1.2 with %{pythons}-rsa < 5.0.0) Requires: (%{pythons}-s3transfer >= 0.10.0 with %{pythons}-s3transfer < 0.11.0)