python3-fastjsonschema: add python3 as dep

This commit is contained in:
icp 2022-11-16 01:54:19 +05:30 committed by Michal Vasilek
parent 42ca8e2f2d
commit 00d7b2efc8

View File

@ -1,10 +1,11 @@
# Template file for 'python3-fastjsonschema'
pkgname=python3-fastjsonschema
version=2.15.3
revision=2
revision=3
build_style=python3-module
make_check_args="--deselect tests/benchmarks/test_benchmark.py"
hostmakedepends="python3-setuptools"
depends="python3"
checkdepends="python3-pytest"
short_desc="Fastest Python implementation of JSON schema"
maintainer="Gonzalo Tornaría <tornaria@cmat.edu.uy>"