From: Kefu Chai Date: Wed, 18 Dec 2019 10:38:26 +0000 (+0800) Subject: install-deps.sh: revert a5a44cf4 X-Git-Tag: v15.1.0~436^2~6 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=5d4c2c71bd44eeec86adba3c9182ef4ab0aea6cb;p=ceph.git install-deps.sh: revert a5a44cf4 we don't prepare wheels for python2 anymore, and we don't test for python2. so no need to test for python2 Signed-off-by: Kefu Chai --- diff --git a/install-deps.sh b/install-deps.sh index 0f0c6c6780975..b9ea1d4fdf39a 100755 --- a/install-deps.sh +++ b/install-deps.sh @@ -424,10 +424,6 @@ else echo "Using zypper to install dependencies" zypp_install="zypper --gpg-auto-import-keys --non-interactive install --no-recommends" $SUDO $zypp_install systemd-rpm-macros rpm-build || exit 1 - if [ -e /usr/bin/python2 ] ; then - # see https://tracker.ceph.com/issues/23981 - $SUDO $zypp_install python2-virtualenv python2-devel || exit 1 - fi munge_ceph_spec_in $with_seastar $for_make_check $DIR/ceph.spec $SUDO $zypp_install $(rpmspec -q --buildrequires $DIR/ceph.spec) || exit 1 ;;