Skip to content

Conversation

@gcurtis
Copy link
Collaborator

@gcurtis gcurtis commented Sep 9, 2024

This enables the part of Python patching that restores some build dependencies on macOS. This fixes some pip install build errors for packages without needing to manually add dev dependencies on packages like openssl.

This enables the part of Python patching that restores some build dependencies on macOS. This fixes some `pip install` build errors for packages without needing to manually add dev dependencies on packages like openssl.
@gcurtis gcurtis requested review from mikeland73 and savil September 9, 2024 22:07

// Check nix.SystemIsLinux() last because it's slow.
return patch && nix.SystemIsLinux()
return patch
Copy link
Collaborator

Choose a reason for hiding this comment

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

need to update comment

@gcurtis gcurtis merged commit aaf5670 into main Sep 10, 2024
@gcurtis gcurtis deleted the gcurtis/pypatch-darwin branch September 10, 2024 16:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

4 participants