From d3c3586a9938866755c0c4b711152f62e3173d09 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Sat, 26 Aug 2023 13:23:52 -0400 Subject: [PATCH] gbinder-python: build with python3-Cython0.29 --- srcpkgs/gbinder-python/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/gbinder-python/template b/srcpkgs/gbinder-python/template index 61f60323adb..8fcbba86d38 100644 --- a/srcpkgs/gbinder-python/template +++ b/srcpkgs/gbinder-python/template @@ -4,7 +4,7 @@ version=1.1.1 revision=2 build_style=python3-module make_build_args="--cython" -hostmakedepends="python3-Cython pkg-config" +hostmakedepends="python3-Cython0.29 pkg-config" makedepends="libgbinder-devel python3-devel" depends="python3" short_desc="Python bindings for libgbinder"