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"