ci: no longer install polkit-devel

This should get pulled in automatically now.

Closes: #896
Approved by: cgwalters
This commit is contained in:
Jonathan Lebon 2017-07-25 09:47:01 -07:00 committed by Atomic Bot
parent 5763027b5f
commit a2878de382

View File

@ -30,7 +30,5 @@ install_builddeps() {
# builddeps+runtime deps
yum install -y $pkg
yum install -y polkit-devel
rpm -e $pkg
}