jenkins: Install python-pillow on our EL7 slaves to hopefully fix the bodhi builds
This commit is contained in:
parent
77497609a3
commit
24e09cd77d
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue