]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
src: s/--use-wheel// 21159/head
authorKefu Chai <kchai@redhat.com>
Sun, 1 Apr 2018 12:27:24 +0000 (20:27 +0800)
committerKefu Chai <kchai@redhat.com>
Sun, 1 Apr 2018 13:01:39 +0000 (21:01 +0800)
commita80cce4ba6afee921a7c6adce802c91e30f8c0a9
tree543215f393f7c886715d6ff51174b017212a8512
parentb7fce64601cc88ff93098582ab44e1ca0699488b
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>
src/ceph-detect-init/CMakeLists.txt
src/ceph-detect-init/tox.ini
src/ceph-disk/CMakeLists.txt
src/ceph-disk/tox.ini
src/pybind/mgr/dashboard/CMakeLists.txt
src/tools/setup-virtualenv.sh