From 4f5e714eaec3785a4e2e12f487322f622d62d307 Mon Sep 17 00:00:00 2001 From: Marcin Krol Date: Mon, 8 Jan 2024 00:18:02 +0100 Subject: [PATCH] - more flexible version requirement for ansible-core --- setup.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 setup.patch 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 = + =. -- 2.44.0