From 4c3ebf4e12f5655d6176f444d55d285b9fa0dc84 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Sat, 26 Aug 2023 13:23:53 -0400 Subject: [PATCH] python3-jq: build with python3-Cython0.29 --- srcpkgs/python3-jq/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-jq/template b/srcpkgs/python3-jq/template index 96a87c6f860..70e3bee46f6 100644 --- a/srcpkgs/python3-jq/template +++ b/srcpkgs/python3-jq/template @@ -3,7 +3,7 @@ pkgname=python3-jq version=1.4.1 revision=1 build_style=python3-module -hostmakedepends="python3-setuptools python3-Cython" +hostmakedepends="python3-setuptools python3-Cython0.29" makedepends="python3-devel jq-devel oniguruma-devel" depends="python3" short_desc="Python bindings for jq"