1
0
mirror of https://github.com/vmware/vsphere-automation-sdk-python.git synced 2024-11-22 01:39:58 -05:00

Remove suds(-jurko) dependency

Signed-off-by: Mario Lenz <m@riolenz.de>
This commit is contained in:
Mario Lenz 2021-09-15 21:34:30 +02:00
parent bfbfd4d7e9
commit 0457540d28
2 changed files with 0 additions and 4 deletions

View File

@ -1,7 +1,5 @@
lxml >= 4.3.0 lxml >= 4.3.0
pyVmomi >= 6.7 pyVmomi >= 6.7
suds ; python_version < '3'
suds-jurko ; python_version >= '3.0'
vapi-client-bindings == 3.6.0 vapi-client-bindings == 3.6.0
vmc-client-bindings vmc-client-bindings
nsx-python-sdk nsx-python-sdk

View File

@ -12,8 +12,6 @@ setup(name='vSphere Automation SDK',
license='MIT', license='MIT',
install_requires=[ install_requires=[
'lxml >= 4.3.0', 'lxml >= 4.3.0',
'suds ; python_version < "3"',
'suds-jurko ; python_version >= "3.0"',
'pyVmomi >= 6.7', 'pyVmomi >= 6.7',
'vapi-runtime @ file://localhost/{}/lib/vapi-runtime/vapi_runtime-2.25.0-py2.py3-none-any.whl'.format(os.getcwd()), 'vapi-runtime @ file://localhost/{}/lib/vapi-runtime/vapi_runtime-2.25.0-py2.py3-none-any.whl'.format(os.getcwd()),
'vapi-client-bindings @ file://localhost/{}/lib/vapi-client-bindings/vapi_client_bindings-3.6.0-py2.py3-none-any.whl'.format(os.getcwd()), 'vapi-client-bindings @ file://localhost/{}/lib/vapi-client-bindings/vapi_client_bindings-3.6.0-py2.py3-none-any.whl'.format(os.getcwd()),