mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2025-12-14 05:45:06 +03:00
Remove jsonschema from dependencies (#11759)
8ff4ad2d8 (preinstall: simplify OS packages selection, 2024-11-04)
removed all usages of ansible.utils.validate (not that many), so the
dependencies is no longer necessary.
This commit is contained in:
@@ -1,7 +1,5 @@
|
|||||||
ansible==9.12.0
|
ansible==9.12.0
|
||||||
# Needed for jinja2 json_query templating
|
# Needed for jinja2 json_query templating
|
||||||
jmespath==1.0.1
|
jmespath==1.0.1
|
||||||
# Needed for ansible.utils.validate module
|
|
||||||
jsonschema==4.23.0
|
|
||||||
# Needed for ansible.utils.ipaddr
|
# Needed for ansible.utils.ipaddr
|
||||||
netaddr==1.3.0
|
netaddr==1.3.0
|
||||||
|
|||||||
Reference in New Issue
Block a user