Skip to content

Commit

Permalink
overrides: update build system for pyzmq 26.0.0 to scikit-build
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuel-Martineau committed Apr 18, 2024
1 parent 3c92540 commit be80699
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions overrides/build-systems.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit be80699

Please sign in to comment.