diff --git a/srcpkgs/python3-jsonschema/template b/srcpkgs/python3-jsonschema/template index 0d19311f27c..d6eb1966a7d 100644 --- a/srcpkgs/python3-jsonschema/template +++ b/srcpkgs/python3-jsonschema/template @@ -1,10 +1,11 @@ # Template file for 'python3-jsonschema' pkgname=python3-jsonschema version=4.23.0 -revision=2 +revision=3 build_style=python3-pep517 hostmakedepends="hatchling hatch-vcs hatch-fancy-pypi-readme" -depends="python3-attrs python3-jsonschema-specifications" +depends="python3-attrs python3-jsonschema-specifications python3-referencing + python3-rpds-py" checkdepends="${depends} python3-pytest python3-idna python3-jsonpointer python3-pip python3-rfc3339-validator python3-rfc3987" short_desc="Implementation of JSON Schema for Python3"