[python-dependencies] Make Python dependencies compatible with setuptools >= 66.0.0
Nobody has claimed this yet.
- Dominant language
- SystemVerilog
- Stars
- 3.6k
- Forks
- 1.1k
- Avg merge
- 2d 22h
- Merged PRs (30d)
- 141
Description
Starting with setuptools version 66.0.0, legacy package version names such as `0.23ubuntu1` are no longer supported. Since some of our Python dependencies use this format, we have pinned the setuptools version to the last version before this change (see #17098). This unblocked CI but going forward we have to check our Python dependencies and upgrade them / rebase our forks of them if needed.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Review the dependency setup and the setuptools pinning workaround described in #17098. Check which Python dependencies still use legacy version names, then upgrade or rebase the affected dependencies and verify that CI works with setuptools 66.0.0 or newer.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100