dist/redhat: drop unused dependencies

wget and yum-builddep are not used anymore, don't install them.

Signed-off-by: Takuya ASADA <syuu@scylladb.com>
Message-Id: <20190107091148.1590-7-syuu@scylladb.com>
This commit is contained in:
Takuya ASADA
2019-01-07 18:11:47 +09:00
committed by Paweł Dziepak
parent 40dc62fa98
commit eddecdd0b5

View File

@@ -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