Commit a612e38
committed
Use a less sloppy check in
See pyodide/pyodide#5187. In that issue, the build
requires a package called `cmake-build-extension` but because we have `cmake` in
the list of requirements to avoid we drop it and it breaks the build.
This logic was introduced in pyodide/pyodide#2272 and
did not come up in the review. Surprisingly this is the first problem it has
caused. Let's see if this change breaks anything in Pyodide CI.remove_avoided_requirements
1 parent fac0109 commit a612e38
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
121 | | - | |
| 121 | + | |
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
| |||
0 commit comments