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

src: s/pip --use-wheel/pip/ #21159

Merged
merged 1 commit into from Apr 2, 2018
Merged

Conversation

tchaikov
Copy link
Contributor

@tchaikov tchaikov commented Apr 1, 2018

--use-wheel was deprecated in favor of --only-binary in pip v7.0.0. and
--use-wheel was removed in a recent release of pip.

Signed-off-by: Kefu Chai kchai@redhat.com

@tchaikov
Copy link
Contributor Author

tchaikov commented Apr 1, 2018

retest this please.

--use-wheel was deprecated in favor of --only-binary in pip v7.0.0. and
--use-wheel was removed in a recent release of pip. but some packages
are source packages, so we cannot simply replace use-wheel with
only-binary. so a simpler approach is to drop --use-wheel option, as pip
respects --find-links, and will find the required package from the
wheelhouse.

Signed-off-by: Kefu Chai <kchai@redhat.com>
@tchaikov
Copy link
Contributor Author

tchaikov commented Apr 1, 2018

probably what we want is pypa/pip#3785 ...

@tchaikov tchaikov changed the title src: s/pip --use-wheel/pip --only-binary/ src: s/pip --use-wheel/pip/ Apr 1, 2018
@tchaikov tchaikov requested a review from smithfarm April 1, 2018 15:34
@tchaikov tchaikov requested a review from badone April 1, 2018 23:54
@tchaikov
Copy link
Contributor Author

tchaikov commented Apr 1, 2018

@tchaikov tchaikov merged commit 3cd8489 into ceph:master Apr 2, 2018
@tchaikov tchaikov deleted the wip-no-more-use-wheel branch April 2, 2018 12:00
epuertat added a commit to rhcs-dashboard/ceph that referenced this pull request Jul 27, 2018
Commit a80cce4 (PR ceph#21159) fixed this in master dashboard_v2 makefile,
and was partially backported to Luminous (3cd8489).

Signed-off-by: Ernesto Puerta <epuertat@redhat.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants