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:
parent
6fcd2deb22
commit
1fdf58b0ab
@ -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':
|
package { 'gcc':
|
||||||
ensure => present,
|
ensure => present,
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user