openbsd-ports/sysutils/py-mitogen/patches/patch-ansible_mitogen_loaders_py
sthen 653d7bc2a0 py-mitogen: update to a newer git checkout and adjust version check to
permit newer ansible (which still seems to work)
2022-11-17 14:36:51 +00:00

13 lines
325 B
Plaintext

Index: ansible_mitogen/loaders.py
--- ansible_mitogen/loaders.py.orig
+++ ansible_mitogen/loaders.py
@@ -49,7 +49,7 @@ __all__ = [
ANSIBLE_VERSION_MIN = (2, 10)
-ANSIBLE_VERSION_MAX = (2, 13)
+ANSIBLE_VERSION_MAX = (2, 14)
NEW_VERSION_MSG = (
"Your Ansible version (%s) is too recent. The most recent version\n"