]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
install-deps.sh: do not install librabbitmq-dev manually
authorKefu Chai <kchai@redhat.com>
Thu, 21 Feb 2019 04:07:02 +0000 (12:07 +0800)
committerKefu Chai <kchai@redhat.com>
Thu, 21 Feb 2019 04:08:19 +0000 (12:08 +0800)
it will be installed by `mk-build-deps --install`.

Signed-off-by: Kefu Chai <kchai@redhat.com>
install-deps.sh

index 7226e04fb1afc79292a3bd4086f9d23060ba003d..01b36a0bb295535c50b2a5c09ae0c23632dc957b 100755 (executable)
@@ -272,7 +272,6 @@ else
         echo "Using apt-get to install dependencies"
         $SUDO apt-get install -y devscripts equivs
         $SUDO apt-get install -y dpkg-dev
-        $SUDO apt-get install -y librabbitmq-dev
         case "$VERSION" in
             *Trusty*)
                 ensure_decent_gcc_on_ubuntu 7 trusty