mirror of
https://github.com/scylladb/scylladb.git
synced 2026-06-03 13:37:04 +00:00
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:
committed by
Paweł Dziepak
parent
40dc62fa98
commit
eddecdd0b5
6
dist/redhat/build_rpm.sh
vendored
6
dist/redhat/build_rpm.sh
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user