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

[Host OS][docker-vs] No longer install 'wheel' package explicitly #5641

Merged
merged 1 commit into from
Oct 16, 2020
Merged

[Host OS][docker-vs] No longer install 'wheel' package explicitly #5641

merged 1 commit into from
Oct 16, 2020

Conversation

jleveque
Copy link
Contributor

- Why I did it

It should no longer be necessary to explicitly install the 'wheel' package, as SONiC packages built as wheels should specify 'wheel' as a dependency in their setup.py files. Therefore, pip[3] should check for the presence of 'wheel' and install it if it isn't present before attempting to call 'setup.py bdist_wheel' to install the package.

- Which release branch to backport (provide reason below if selected)

  • 201811
  • 201911
  • 202006

@jleveque jleveque self-assigned this Oct 15, 2020
@jleveque
Copy link
Contributor Author

Retest vs please

@jleveque jleveque marked this pull request as ready for review October 16, 2020 18:26
@jleveque jleveque requested a review from lguohan October 16, 2020 18:26
@jleveque jleveque merged commit bef76b1 into sonic-net:master Oct 16, 2020
@jleveque jleveque deleted the no_install_wheel branch October 16, 2020 22:52
santhosh-kt pushed a commit to santhosh-kt/sonic-buildimage that referenced this pull request Feb 25, 2021
…nic-net#5641)

It should no longer be necessary to explicitly install the 'wheel' package, as SONiC packages built as wheels should specify 'wheel' as a dependency in their setup.py files. Therefore, pip[3] should check for the presence of 'wheel' and install it if it isn't present before attempting to call 'setup.py bdist_wheel' to install the package.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants