From 00d7b2efc8ca969ea8031528a518f7b7ba3f4bff Mon Sep 17 00:00:00 2001 From: icp Date: Wed, 16 Nov 2022 01:54:19 +0530 Subject: [PATCH] python3-fastjsonschema: add python3 as dep --- srcpkgs/python3-fastjsonschema/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/python3-fastjsonschema/template b/srcpkgs/python3-fastjsonschema/template index bd77a036455..707f9852cb8 100644 --- a/srcpkgs/python3-fastjsonschema/template +++ b/srcpkgs/python3-fastjsonschema/template @@ -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 "