From 5665f6d714b4c9dc639d6a116ac2bb615d56b315 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Sat, 26 Aug 2023 13:23:54 -0400 Subject: [PATCH] python3-tables: build with python3-Cython0.29 --- srcpkgs/python3-tables/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-tables/template b/srcpkgs/python3-tables/template index e37b3e215e3..8be57ea0088 100644 --- a/srcpkgs/python3-tables/template +++ b/srcpkgs/python3-tables/template @@ -5,7 +5,7 @@ revision=2 build_style=python3-module build_helper=numpy # XXX: c-blosc (using internal for now) -hostmakedepends="python3-wheel python3-Cython python3-packaging" +hostmakedepends="python3-wheel python3-Cython0.29 python3-packaging" makedepends="python3-devel hdf5-devel lzo-devel bzip2-devel" depends="python3-numpy python3-numexpr python3-packaging" checkdepends=$depends