Remove explicit depends on transitive pip deps

These things were listed before we had jeepyb as its own things
(gerritlib in gerrit) and before jeepyb has pbr/requirements.txt
as it does now. With the move to pip install -U . in /opt/jeepyb,
there is no need to also ask puppet to manage these.

Change-Id: I7b521d03b3df8c0bde37586748769f160e615d31
This commit is contained in:
Monty Taylor 2013-10-12 13:58:11 -04:00 committed by Robert Collins
parent 6fcd2deb22
commit 1fdf58b0ab
1 changed files with 0 additions and 24 deletions

View File

@ -11,30 +11,6 @@ class jeepyb (
}
}
if ! defined(Package['PyGithub']) {
package { 'PyGithub':
ensure => latest,
provider => pip,
require => Class['pip'],
}
}
if ! defined(Package['gerritlib']) {
package { 'gerritlib':
ensure => latest,
provider => pip,
require => Class['pip'],
}
}
if ! defined(Package['pkginfo']) {
package { 'pkginfo':
ensure => latest,
provider => pip,
require => Class['pip'],
}
}
package { 'gcc':
ensure => present,
}