Don't install python-yaml package

PyYAML is already a dependency of subunit2sql, so the distro package
doesn't need to be installed explicitly. If it is installed by the
distro, then on a system with pip 10 the subunit2sql installation will
fail.

Change-Id: Ie7be5cf01fcf9a630c7bf282549a862515c159d9
This commit is contained in:
Colleen Murphy 2018-07-09 18:27:51 +02:00
parent bb2f9fc027
commit 3b44d63528
1 changed files with 0 additions and 7 deletions

View File

@ -85,12 +85,6 @@ class subunit2sql (
}
}
if ! defined(Package['python-yaml']) {
package { 'python-yaml':
ensure => present,
}
}
if ! defined(Package['gear']) {
package { 'gear':
ensure => latest,
@ -116,7 +110,6 @@ class subunit2sql (
require => [
Package['python-daemon'],
Package['python-zmq'],
Package['python-yaml'],
Package['gear'],
Exec['install-subunit2sql-safely'],
Package['python-subunit'],