From be806999b663204d42ad65fbf3fdcd8bf8604bce Mon Sep 17 00:00:00 2001 From: Samuel Martineau Date: Thu, 18 Apr 2024 14:08:48 +0000 Subject: [PATCH] overrides: update build system for pyzmq 26.0.0 to scikit-build --- overrides/build-systems.json | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/overrides/build-systems.json b/overrides/build-systems.json index c42c26d68..c4518b0ed 100644 --- a/overrides/build-systems.json +++ b/overrides/build-systems.json @@ -17298,8 +17298,18 @@ "pyzmq": [ "cython", "packaging", - "setuptools", - "setuptools-scm" + { + "buildSystem": "setuptools", + "until": "26.0.0" + }, + { + "buildSystem": "setuptools-scm", + "until": "26.0.0" + }, + { + "buildSystem": "scikit-build", + "from": "26.0.0" + } ], "pyzufall": [ "setuptools"