diff options
| author | Kevin Fenzi <kevin@scrye.com> | 2016-09-20 18:12:59 +0000 |
|---|---|---|
| committer | Kevin Fenzi <kevin@scrye.com> | 2016-09-20 18:12:59 +0000 |
| commit | 77feb85f8f280342c4bdbaf77de643d6bfdb3db9 (patch) | |
| tree | 5fe0cc7e41ebe65f5de3205577f9303919356371 | |
| parent | 0b2c95bd6ea35c6f333af5da7551f8c715e9d660 (diff) | |
it should be python2-mock in fedora now
| -rw-r--r-- | inventory/group_vars/jenkins-slave | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inventory/group_vars/jenkins-slave b/inventory/group_vars/jenkins-slave index 72e935a0a..067e3cb55 100644 --- a/inventory/group_vars/jenkins-slave +++ b/inventory/group_vars/jenkins-slave @@ -173,7 +173,7 @@ slave_packages_fedora: - python3-pygit2 # Required by pagure - nosync # for use in mock - liberasurecode-devel # Required by pyeclib (ticket #5015) - No EPEL7 build -- python-mock +- python2-mock - python-lxml - mongodb-server - ruby # For modularity (ticket 5379) |
