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:
commit
4fb7d4878f
@ -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
|
||||
|
2
setup.py
2
setup.py
@ -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()),
|
||||
|
Loading…
Reference in New Issue
Block a user