summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGhanshyam <gmann@ghanshyammann.com>2022-05-27 21:06:14 +0000
committerGhanshyam <gmann@ghanshyammann.com>2022-05-27 21:06:14 +0000
commitb94313699db76d23a270fc34678e414c9abc30c0 (patch)
tree08137ac8c0bcfa45543fa1d117e035315c6c9390
parentbfda4c7fa96dc063c419e78565a6500867b9be79 (diff)
downloadoslo-vmware-b94313699db76d23a270fc34678e414c9abc30c0.tar.gz
Revert "Replace suds-jurko with suds-community"
This reverts commit bfda4c7fa96dc063c419e78565a6500867b9be79. Reason for revert: Introducing new deps in stable branches are not as per stable branch policy. Discussed in https://review.opendev.org/c/openstack/releases/+/836832 Change-Id: If5a7ed06a9dc007e4c9568458399522f9a8879bb
-rw-r--r--requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt
index 924e1d6..b4ef5f4 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-community>=0.6 # LGPLv3+
+suds-jurko>=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