mirror of
https://github.com/ceph/s3-tests.git
synced 2024-11-21 23:29:47 +00:00
wip-rhel
Signed-off-by: Vasu Kulkarni <vasu@redhat.com>
This commit is contained in:
parent
a65d1b490d
commit
a0aac5d266
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ elif [ -f /etc/fedora-release ]; then
|
||||||
sudo yum -y install $missing
|
sudo yum -y install $missing
|
||||||
fi
|
fi
|
||||||
elif [ -f /etc/redhat-release ]; then
|
elif [ -f /etc/redhat-release ]; then
|
||||||
for package in python2-pip python-virtualenv python-devel libevent-devel; do
|
for package in python-virtualenv python-devel libevent-devel; do
|
||||||
if [ "$(rpm -qa $package 2>/dev/null)" == "" ]; then
|
if [ "$(rpm -qa $package 2>/dev/null)" == "" ]; then
|
||||||
missing="${missing:+$missing }$package"
|
missing="${missing:+$missing }$package"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue