From b1a7b874eedc9f554ff578663f96dcf253b58399 Mon Sep 17 00:00:00 2001 From: Michal Vasilek Date: Wed, 5 Jan 2022 00:53:05 +0100 Subject: [PATCH] python3-json5: add missing python3 dependency --- srcpkgs/python3-json5/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/python3-json5/template b/srcpkgs/python3-json5/template index 3cbd6b97fee..934e8151d7a 100644 --- a/srcpkgs/python3-json5/template +++ b/srcpkgs/python3-json5/template @@ -1,10 +1,11 @@ # Template file for 'python3-json5' pkgname=python3-json5 version=0.9.6 -revision=2 +revision=3 wrksrc=pyjson5-${version} build_style=python3-module hostmakedepends="python3-setuptools" +depends="python3" checkdepends="python3-pytest python3-hypothesis" short_desc="Python implementation of the JSON5 data format" maintainer="dkwo "