From eddecdd0b5ffe0d59ae5e35d9fefe449b23b8775 Mon Sep 17 00:00:00 2001 From: Takuya ASADA Date: Mon, 7 Jan 2019 18:11:47 +0900 Subject: [PATCH] dist/redhat: drop unused dependencies wget and yum-builddep are not used anymore, don't install them. Signed-off-by: Takuya ASADA Message-Id: <20190107091148.1590-7-syuu@scylladb.com> --- dist/redhat/build_rpm.sh | 6 ------ 1 file changed, 6 deletions(-) diff --git a/dist/redhat/build_rpm.sh b/dist/redhat/build_rpm.sh index 1d73c401b8..3c1f121644 100755 --- a/dist/redhat/build_rpm.sh +++ b/dist/redhat/build_rpm.sh @@ -91,12 +91,6 @@ fi if [ ! -f /usr/bin/git ]; then pkg_install git fi -if [ ! -f /usr/bin/wget ]; then - pkg_install wget -fi -if [ ! -f /usr/bin/yum-builddep ]; then - pkg_install yum-utils -fi if [ ! -f /usr/bin/pystache ]; then if is_redhat_variant; then sudo yum install -y python2-pystache || sudo yum install -y pystache