From 9962c35abdfe208d7e92212c58c05100fd9ee0e9 Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Thu, 21 Feb 2019 12:07:02 +0800 Subject: [PATCH] install-deps.sh: do not install librabbitmq-dev manually it will be installed by `mk-build-deps --install`. Signed-off-by: Kefu Chai --- install-deps.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/install-deps.sh b/install-deps.sh index 7226e04fb1afc..01b36a0bb2955 100755 --- a/install-deps.sh +++ b/install-deps.sh @@ -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 -- 2.39.5