]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commit
scripts/build_utils.sh: use "download" instead of "--download" 997/head
authorKefu Chai <kchai@redhat.com>
Sun, 1 Apr 2018 01:18:18 +0000 (09:18 +0800)
committerKefu Chai <kchai@redhat.com>
Sun, 1 Apr 2018 03:23:44 +0000 (11:23 +0800)
commit0b2cc3711d6e3ffdc18222c7e4d25f6df349df5c
treec28fbeb3a2a574d40d1168dd262a704821e8d334
parent824c7108b33f270994a330d59650f9c13cbfa5bd
scripts/build_utils.sh: use "download" instead of "--download"

"pip install --download" was deprecated since v8.0.0, and was replaced
with "pip download". pip v10.0.0 removed support the "--download"
option. so we need to replace "install --dowload" with "download".

Signed-off-by: Kefu Chai <kchai@redhat.com>
scripts/build_utils.sh