We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6aac985 commit 0168d86Copy full SHA for 0168d86
1 file changed
srcpkgs/python3-jsonschema/template
@@ -1,10 +1,11 @@
1
# Template file for 'python3-jsonschema'
2
pkgname=python3-jsonschema
3
version=4.23.0
4
-revision=2
+revision=3
5
build_style=python3-pep517
6
hostmakedepends="hatchling hatch-vcs hatch-fancy-pypi-readme"
7
-depends="python3-attrs python3-jsonschema-specifications"
+depends="python3-attrs python3-jsonschema-specifications python3-referencing
8
+ python3-rpds-py"
9
checkdepends="${depends} python3-pytest python3-idna python3-jsonpointer
10
python3-pip python3-rfc3339-validator python3-rfc3987"
11
short_desc="Implementation of JSON Schema for Python3"
0 commit comments