]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
src: s/--use-wheel// 21177/head
authorKefu Chai <kchai@redhat.com>
Sun, 1 Apr 2018 12:27:24 +0000 (20:27 +0800)
committerKefu Chai <kchai@redhat.com>
Mon, 2 Apr 2018 12:02:52 +0000 (20:02 +0800)
commit7a1bce2789a3b3aca0ac5640fa7877053e17c0e5
tree18f18e906609917c007a0e635f88c60c746a663f
parent5801ba92faa8fbb07016e7a99ebed002e13adaca
src: s/--use-wheel//

--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>
(cherry picked from commit a80cce4ba6afee921a7c6adce802c91e30f8c0a9)

Conflicts:
src/ceph-detect-init/CMakeLists.txt
src/ceph-disk/CMakeLists.txt: trivial resolution
src/pybind/mgr/dashboard/CMakeLists.txt: dashboard2 is not
in luminous, so drop this change.
src/ceph-detect-init/CMakeLists.txt
src/ceph-detect-init/tox.ini
src/ceph-disk/CMakeLists.txt
src/ceph-disk/tox.ini
src/tools/setup-virtualenv.sh