From: Marcin Krol Date: Sun, 7 Jan 2024 23:18:02 +0000 (+0100) Subject: - more flexible version requirement for ansible-core X-Git-Url: https://git.tld-linux.org/?p=packages%2Fansible.git;a=commitdiff_plain;h=4f5e714eaec3785a4e2e12f487322f622d62d307 - more flexible version requirement for ansible-core --- diff --git a/setup.patch b/setup.patch new file mode 100644 index 0000000..5547b73 --- /dev/null +++ b/setup.patch @@ -0,0 +1,11 @@ +--- ansible-9.1.0/setup.cfg.orig 2023-12-05 17:35:06.236860300 +0100 ++++ ansible-9.1.0/setup.cfg 2024-01-07 23:16:26.780075265 +0100 +@@ -33,7 +33,7 @@ + [options] + zip_safe = False + install_requires = +- ansible-core ~= 2.16.1 ++ ansible-core >= 2.16.1 + python_requires = >=3.10 + package_dir = + =.