Skip to content
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

[python-requirements] Pin setuptools version to < 66.0.0 #1971

Merged
merged 1 commit into from
Jan 17, 2023

Conversation

vogelpi
Copy link
Contributor

@vogelpi vogelpi commented Jan 17, 2023

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 pin the setuptools version to the last version before this change. This unblocks CI and gives us time to upgrade/rebase our dependencies.

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 pin the setuptools version to
the last version before this change. This unblocks CI and gives us time
to upgrade/rebase our dependencies.

Signed-off-by: Pirmin Vogel <[email protected]>
@vogelpi vogelpi requested review from GregAC, ctopal and jprendes January 17, 2023 12:43
@vogelpi
Copy link
Contributor Author

vogelpi commented Jan 17, 2023

For details, see also lowRISC/opentitan#17098 and lowRISC/opentitan#17099.

@vogelpi vogelpi merged commit f8dd3d8 into lowRISC:master Jan 17, 2023
Copy link

@jprendes jprendes left a comment

Choose a reason for hiding this comment

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

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants