jenkins: Install python-pillow on our EL7 slaves to hopefully fix the bodhi builds

This commit is contained in:
Luke Macken 2015-12-02 17:48:53 +00:00
parent 77497609a3
commit 24e09cd77d

View file

@ -174,7 +174,8 @@ slave_packages_centos:
# Packages only installed on el7 slave # Packages only installed on el7 slave
el7_only: el7_only:
- python-webob1.4 # Required by bodhi2 - python-webob1.4 # Required by bodhi2
- python-pillow # Required by bodhi2
- python-hawkey # Required by koschei (ticket #4852) - python-hawkey # Required by koschei (ticket #4852)
- python-librepo # Required by koschei (ticket #4852) - python-librepo # Required by koschei (ticket #4852)
- nosync # for use in mock - nosync # for use in mock