summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGunju Kim <gjkim042@gmail.com>2021-10-11 14:49:33 +0900
committerStephen Finucane <stephenfin@redhat.com>2022-04-05 10:00:56 +0000
commitbfda4c7fa96dc063c419e78565a6500867b9be79 (patch)
tree0ef441a3bb27370220a8ee32c2a99ead7157ebcb
parentb9221561fcc8c008c51979512c1646219fb3989e (diff)
downloadoslo-vmware-bfda4c7fa96dc063c419e78565a6500867b9be79.tar.gz
Replace suds-jurko with suds-community
suds-jurko is not compatible with setuptools >58.0.0 and has not been maintained for a long time. Let's use suds-community instead. Related-Bug: 1946340 Change-Id: Ie3f317974d138be4050d0ce196bcc000494a0eee (cherry picked from commit 7bc343173751330d2e989c28bc6fefed56d358d6)
-rw-r--r--requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt
index b4ef5f4..924e1d6 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -14,7 +14,7 @@ oslo.utils>=3.33.0 # Apache-2.0
PyYAML>=3.13 # MIT
lxml>=4.5.0 # BSD
-suds-jurko>=0.6 # LGPLv3+
+suds-community>=0.6 # LGPLv3+
eventlet!=0.18.3,!=0.20.1,>=0.18.2 # MIT
requests>=2.14.2 # Apache-2.0
urllib3>=1.21.1 # MIT