Skip to content

Commit

Permalink
overrides yarl: add build-systems
Browse files Browse the repository at this point in the history
  • Loading branch information
Kiskae authored and adisbladis committed Nov 26, 2023
1 parent 2bee251 commit add5dfd
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion overrides/build-systems.json
Original file line number Diff line number Diff line change
Expand Up @@ -22135,7 +22135,15 @@
"poetry-core"
],
"yarl": [
"setuptools"
"setuptools",
{
"buildSystem": "cython",
"from": "1.9.3"
},
{
"buildSystem": "expandvars",
"from": "1.9.3"
}
],
"yaspin": [
"poetry-core",
Expand Down

0 comments on commit add5dfd

Please sign in to comment.