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

[util] Update check_tool_requirements.py #2119

Merged
merged 1 commit into from
Jan 2, 2024
Merged

Conversation

nbdd0121
Copy link
Contributor

distutils is deprecated and will generate warnings when used. Replace it with packaging.version instead.

pip3 command line invocation is replaced with importlib.metadata, which removes dependency on pip3 being present.

@nbdd0121 nbdd0121 requested a review from rswarbrick December 22, 2023 16:20
`distutils` is deprecated and will generate warnings when used.
Replace it with packaging.version instead.

pip3 command line invocation is replaced with importlib.metadata,
which removes dependency on pip3 being present.

Signed-off-by: Gary Guo <[email protected]>
@nbdd0121 nbdd0121 added this pull request to the merge queue Jan 2, 2024
Merged via the queue into lowRISC:master with commit df88055 Jan 2, 2024
10 checks passed
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.

2 participants