Skip to content

Commit

Permalink
Use setuptools [core] @ collections_runtime_pythonpath
Browse files Browse the repository at this point in the history
This is now necessary since `setuptools >= 71` started preferring
externally present stdlib deps over the vendored ones.

Refs:
* pypa/setuptools#4457
* pypa/setuptools#4483
* pypa/setuptools#2825
  • Loading branch information
webknjaz committed Jul 18, 2024
1 parent 3501e61 commit a203486
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = [
"setuptools >= 44",
"setuptools [core] >= 44",
]
build-backend = "setuptools.build_meta"

0 comments on commit a203486

Please sign in to comment.