]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
install-deps.sh: revert a5a44cf4
authorKefu Chai <kchai@redhat.com>
Wed, 18 Dec 2019 10:38:26 +0000 (18:38 +0800)
committerKefu Chai <kchai@redhat.com>
Thu, 19 Dec 2019 03:52:56 +0000 (11:52 +0800)
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 <kchai@redhat.com>
install-deps.sh

index 0f0c6c6780975ca7f07da206a4478d89afc45205..b9ea1d4fdf39aa9c6cd305f703e9b7fe0893dbe9 100755 (executable)
@@ -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
         ;;