Skip to content

Commit

Permalink
fix: build system for pyzmq
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuel-Martineau committed Apr 18, 2024
1 parent 3c92540 commit 9cbbb5f
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 9cbbb5f

Please sign in to comment.