]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
build-doc: Upgrade ceph python libraries 20726/head
authorBoris Ranto <branto@redhat.com>
Mon, 5 Mar 2018 21:46:37 +0000 (22:46 +0100)
committerBoris Ranto <branto@redhat.com>
Mon, 5 Mar 2018 21:46:39 +0000 (22:46 +0100)
commit93cd09810338a6c51c8ac9b80ad7840f8341abc0
tree1a6fa45ffeb75d3523dae14de13486ad38a719e6
parentae36980ce4fdbb94477ce1633729e350d2f68f42
build-doc: Upgrade ceph python libraries

If you have python ceph bindings installed on your system, the doc-build
script will fail since pip detects them and fails to install the updated
bindings in the virtualenv. This fixes the issue by adding --upgrade
flag to pip so that it overrides the system-installed libraries.

Signed-off-by: Boris Ranto <branto@redhat.com>
admin/build-doc