From 091971cc9e6696c13f00a63e43f21b982f0bb116 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Sat, 26 Aug 2023 13:23:54 -0400 Subject: [PATCH] python3-peewee: build with python3-Cython0.29 --- srcpkgs/python3-peewee/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-peewee/template b/srcpkgs/python3-peewee/template index dc6c8573c1e..d8e586f5e7d 100644 --- a/srcpkgs/python3-peewee/template +++ b/srcpkgs/python3-peewee/template @@ -3,7 +3,7 @@ pkgname=python3-peewee version=3.14.4 revision=4 build_style=python3-module -hostmakedepends="python3-setuptools python3-Cython" +hostmakedepends="python3-setuptools python3-Cython0.29" makedepends="python3-devel sqlite-devel" depends="python3" short_desc="Small and simple ORM for Python3"