8000 fix source distro installation by limiting setuptools version by alexrashed · Pull Request #11715 · localstack/localstack · GitHub
[go: up one dir, main page]

Skip to content

fix source distro installation by limiting setuptools version #11715

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

Merged
merged 1 commit into from
Oct 18, 2024

Conversation

alexrashed
Copy link
Member
@alexrashed alexrashed commented Oct 18, 2024

Motivation

With setuptools==75.2.0 (more specifically with pypa/setuptools#4647), setuptools is now explicitly removing the egg-info dir when building source distributions which is causing issues with plux (since it needs to add the entry points detected at build time).
This issue needs to be addressed in plux, until then we limit the version of setuptools in the build-sytem.requires to circumvent this issue for now.

Changes

  • Set an upper limit to the setuptools version used when building source distributions of localstack-core to avoid the incompatibility of the latest release of plux (1.11.0) with the latest release of setuptools (75.2.0)

@alexrashed alexrashed self-assigned this Oct 18, 2024
@alexrashed alexrashed added the semver: patch Non-breaking changes which can be included in patch releases label Oct 18, 2024
@alexrashed alexrashed changed the title set version limit for setuptools to fix source distro install fix source distro installation by limiting setuptools version Oct 18, 2024
@alexrashed alexrashed marked this pull request as ready for review October 18, 2024 14:14
@alexrashed alexrashed merged commit 28e81d1 into master Oct 18, 2024
27 of 35 checks passed
@alexrashed alexrashed deleted the fix-source-distribution-install branch October 18, 2024 14:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
semver: patch Non-breaking changes which can be included in patch releases
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants
0