From 5fff91ab76947de3027414151a77cf64b6b75d14 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Sat, 26 Aug 2023 13:23:54 -0400 Subject: [PATCH] python3-pygame: build with python3-Cython0.29 --- srcpkgs/python3-pygame/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-pygame/template b/srcpkgs/python3-pygame/template index 9edc626b0b8..284268e85ca 100644 --- a/srcpkgs/python3-pygame/template +++ b/srcpkgs/python3-pygame/template @@ -4,7 +4,7 @@ version=2.1.2 revision=4 build_style=python3-module make_build_args="cython" -hostmakedepends="pkg-config python3-setuptools python3-Cython +hostmakedepends="pkg-config python3-setuptools python3-Cython0.29 SDL2_mixer-devel SDL2_image-devel SDL2_ttf-devel libjpeg-turbo-devel portmidi-devel" makedepends="python3-devel SDL2_mixer-devel SDL2_image-devel SDL2_ttf-devel libjpeg-turbo-devel portmidi-devel"