1
0
mirror of https://github.com/vmware/vsphere-automation-sdk-python.git synced 2024-11-21 17:29:59 -05:00

Merge pull request #287 from mariolenz/remove_suds-jurko_dependency

Remove suds(-jurko) dependency
This commit is contained in:
Shweta 2021-09-20 11:21:10 +05:30 committed by GitHub
commit 4fb7d4878f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 4 deletions

View File

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

View File

@ -12,8 +12,6 @@ setup(name='vSphere Automation SDK',
license='MIT',
install_requires=[
'lxml >= 4.3.0',
'suds ; python_version < "3"',
'suds-jurko ; python_version >= "3.0"',
'pyVmomi >= 6.7',
'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()),