mirror of
https://github.com/vmware/vsphere-automation-sdk-python.git
synced 2024-11-22 09:39:58 -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
|
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
|
||||||
|
2
setup.py
2
setup.py
@ -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()),
|
||||||
|
Loading…
Reference in New Issue
Block a user