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

KRKNWK-13516: Fix depreciation warning with extcap interface #52

Merged
merged 1 commit into from
Mar 25, 2022

Conversation

e-rk
Copy link
Collaborator

@e-rk e-rk commented Mar 25, 2022

The distutils package is deprecated in newer Python versions.
The only user of distutils package is get_hex_path.

The get_hex_path method to retrieve the path to sniffer HEX file
was removed, because there are no known users of that functionality.

Signed-off-by: Rafał Kuźnia [email protected]

@e-rk e-rk requested a review from czeslawmakarski March 25, 2022 11:17
The distutils package is deprecated in newer Python versions.
The only user of distutils package is `get_hex_path`.

The `get_hex_path` method to retrieve the path to sniffer HEX file
was removed, because there are no known users of that functionality.

Signed-off-by: Rafał Kuźnia <[email protected]>
@e-rk e-rk force-pushed the pr/fix-depreciation-warning branch from a64fae7 to 1f1cab8 Compare March 25, 2022 11:19
@e-rk e-rk merged commit 3ec076e into NordicSemiconductor:master Mar 25, 2022
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