diff options
author | CoprDistGit <infra@openeuler.org> | 2024-08-01 15:19:56 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2024-08-01 15:19:56 +0000 |
commit | eaea7f91d9dcba6620f6c23a342b20d94434d0c1 (patch) | |
tree | 59f40f8d3835d3954a48242fe49c7195f9cb55c5 /bundled-suds.patch | |
parent | d47ceb1805980901b5ed124f6f1459d58d67eff3 (diff) |
automatic import of fence-agentsopeneuler24.03_LTSopeneuler23.09
Diffstat (limited to 'bundled-suds.patch')
-rw-r--r-- | bundled-suds.patch | 10 |
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 |