Skip to content

External py glue bugfix#50829

Merged
tgamblin merged 5 commits intospack:developfrom
scheibelp:external-py-glue-bugfix
Jun 6, 2025
Merged

External py glue bugfix#50829
tgamblin merged 5 commits intospack:developfrom
scheibelp:external-py-glue-bugfix

Conversation

@scheibelp
Copy link
Copy Markdown
Member

Fixes #50827

#50616 moved some logic that connects external python extensions to an instance of python; it attempted to do this in a way that matched prior behavior exactly but accidentally applied this for PythonPackage instead of PythonExtension (a superclass of the former) which meant that some packages that this applied to before (e.g. py-pip) were now omitted.

Updates the test

scheibelp added 2 commits June 5, 2025 14:16
…on, and I accidentally narrowed it to subclasses of PythonPackage
@spackbot-app spackbot-app bot added the core PR affects Spack core functionality label Jun 5, 2025
tgamblin
tgamblin previously approved these changes Jun 5, 2025
@tgamblin tgamblin enabled auto-merge (squash) June 5, 2025 21:38
@scheibelp scheibelp mentioned this pull request Jun 5, 2025
3 tasks
@tgamblin tgamblin added this to the v1.0.0 milestone Jun 6, 2025
@tgamblin tgamblin merged commit 53e5e20 into spack:develop Jun 6, 2025
33 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

core PR affects Spack core functionality

Projects

None yet

Development

Successfully merging this pull request may close these issues.

External py-pip not working

3 participants