Skip to content

Commit 4fb7d48

Browse files
Merge pull request #287 from mariolenz/remove_suds-jurko_dependency
Remove suds(-jurko) dependency
2 parents bfbfd4d + 0457540 commit 4fb7d48

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

requirements.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
lxml >= 4.3.0
22
pyVmomi >= 6.7
3-
suds ; python_version < '3'
4-
suds-jurko ; python_version >= '3.0'
53
vapi-client-bindings == 3.6.0
64
vmc-client-bindings
75
nsx-python-sdk

setup.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@
1212
license='MIT',
1313
install_requires=[
1414
'lxml >= 4.3.0',
15-
'suds ; python_version < "3"',
16-
'suds-jurko ; python_version >= "3.0"',
1715
'pyVmomi >= 6.7',
1816
'vapi-runtime @ file://localhost/{}/lib/vapi-runtime/vapi_runtime-2.25.0-py2.py3-none-any.whl'.format(os.getcwd()),
1917
'vapi-client-bindings @ file://localhost/{}/lib/vapi-client-bindings/vapi_client_bindings-3.6.0-py2.py3-none-any.whl'.format(os.getcwd()),

0 commit comments

Comments
 (0)