From 5af7d3ce9d70c51b6a8cae9f1c937f870330cb37 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Sat, 26 Aug 2023 13:23:54 -0400 Subject: [PATCH] python3-shapely: build with python3-Cython0.29 --- srcpkgs/python3-shapely/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-shapely/template b/srcpkgs/python3-shapely/template index 02447337f9a..25711a7fc23 100644 --- a/srcpkgs/python3-shapely/template +++ b/srcpkgs/python3-shapely/template @@ -4,7 +4,7 @@ version=2.0.1 revision=1 build_style=python3-module build_helper=numpy -hostmakedepends="python3-setuptools python3-Cython geos" +hostmakedepends="python3-setuptools python3-Cython0.29 geos" makedepends="python3-devel python3-numpy geos-devel" depends="python3" checkdepends="python3-pytest-xdist"