summaryrefslogtreecommitdiff
path: root/bundled-suds.patch
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2024-08-05 02:06:57 +0000
committerCoprDistGit <infra@openeuler.org>2024-08-05 02:06:57 +0000
commit1774d44526984db588f33f0955fb094d482cce33 (patch)
tree59f40f8d3835d3954a48242fe49c7195f9cb55c5 /bundled-suds.patch
parent967ed249defed49b4d2918ad1c04d51086516159 (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