]> git.apps.os.sepia.ceph.com Git - teuthology.git/commit
bootstrap: s/python-pip/python3-pip/ for python3 on debian derivatives 1496/head
authorKefu Chai <kchai@redhat.com>
Wed, 27 May 2020 12:10:44 +0000 (20:10 +0800)
committerKefu Chai <kchai@redhat.com>
Wed, 27 May 2020 12:21:04 +0000 (20:21 +0800)
commit61505591c29493e5dc1ba19ccf9930600e4e43cb
treed6431223d39e04475a77d66361feed42f6df8e0e
parent07792b0faff29689c7b40b24b87439a04624cc4d
bootstrap: s/python-pip/python3-pip/ for python3 on debian derivatives

python-pip was removed in debian/bullseye and ubuntu/focal, so let's
replace it with python3-pip. and more importantly, for python3 support
we should install python3-pip instead.

Fixes: https://tracker.ceph.com/issues/45384
Signed-off-by: Kefu Chai <kchai@redhat.com>
bootstrap