summaryrefslogtreecommitdiff
path: root/bundled-suds.patch
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2024-08-01 14:21:23 +0000
committerCoprDistGit <infra@openeuler.org>2024-08-01 14:21:23 +0000
commit247fc79a80bec95c23eac2c1d19b47ed30f7350b (patch)
tree59f40f8d3835d3954a48242fe49c7195f9cb55c5 /bundled-suds.patch
parent656cec46a0f3499446d93967253acac7c8acfe6f (diff)
automatic import of fence-agentsopeneuler24.03_LTS
Diffstat (limited to 'bundled-suds.patch')
-rw-r--r--bundled-suds.patch10
1 files changed, 10 insertions, 0 deletions
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