From 90fabd5943d6b691002e90f0a140fd02b94a32ab Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Sat, 26 Aug 2023 13:23:53 -0400 Subject: [PATCH] pyliblo: build with python3-Cython0.29 --- srcpkgs/pyliblo/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/pyliblo/template b/srcpkgs/pyliblo/template index 9577e72555e..805e103ed01 100644 --- a/srcpkgs/pyliblo/template +++ b/srcpkgs/pyliblo/template @@ -3,7 +3,7 @@ pkgname=pyliblo version=0.10.0 revision=3 build_style=python3-module -hostmakedepends="python3-setuptools python3-Cython" +hostmakedepends="python3-setuptools python3-Cython0.29" makedepends="python3-devel liblo-devel" depends="python3" short_desc="Python bindings for the liblo OSC library"