Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use a less sloppy check in remove_avoided_requirements #60

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

hoodmane
Copy link
Member

@hoodmane hoodmane commented Nov 11, 2024

Resolves 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.

Resolves 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.
@hoodmane hoodmane force-pushed the less-sloppy-remove-avoided-reqs branch from a612e38 to 953269d Compare November 11, 2024 14:28
hoodmane added a commit to hoodmane/pyodide that referenced this pull request Nov 11, 2024
See upstream PR:
pyodide/pyodide-build#60

Resolves 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#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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ModuleNotFoundError: No module named 'cmake_build_extension' when building package
1 participant