Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions pyodide_build/pypabuild.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ def _build_in_isolated_env(

# first install the build dependencies
symlink_unisolated_packages(env)
os.environ["PIP_CONSTRAINT"] = build_env["PIP_CONSTRAINT"]

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's add a comment that this is only for in-tree build for future readers.

For OOT build, a user needs to set PIP_CONSTRAINT if needed.

install_reqs(env, builder.build_system_requires)
installed_requires_for_build = False
try:
Expand Down