From 247fc79a80bec95c23eac2c1d19b47ed30f7350b Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Thu, 1 Aug 2024 14:21:23 +0000 Subject: automatic import of fence-agents --- bundled-suds.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 bundled-suds.patch (limited to 'bundled-suds.patch') diff --git a/bundled-suds.patch b/bundled-suds.patch new file mode 100644 index 0000000..b8a6ba1 --- /dev/null +++ b/bundled-suds.patch @@ -0,0 +1,10 @@ +--- a/agents/vmware_soap/fence_vmware_soap.py 2021-08-24 15:38:05.145039598 +0200 ++++ b/agents/vmware_soap/fence_vmware_soap.py 2021-08-24 15:37:51.885003751 +0200 +@@ -1,6 +1,7 @@ + #!@PYTHON@ -tt + + import sys ++sys.path.insert(0, '/usr/lib/fence-agents/support/common') + import shutil, tempfile, suds + import logging, requests + import atexit, signal -- cgit v1.2.3