Browse Source

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.
pull/11770/head
Max Gautier 3 months ago
committed by GitHub
parent
commit
fc264179b0
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 2 deletions
  1. 2
      requirements.txt

2
requirements.txt

@ -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
Loading…
Cancel
Save