Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: modules/adblockplus/manifests/mercurial/extension.pp

Issue 29527797: Fix broken dependency in adblockplus::mercurial::extension (Closed)
Patch Set: Created Aug. 25, 2017, 4:12 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | modules/private-stub/hiera/base.yaml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: modules/adblockplus/manifests/mercurial/extension.pp
===================================================================
--- a/modules/adblockplus/manifests/mercurial/extension.pp
+++ b/modules/adblockplus/manifests/mercurial/extension.pp
@@ -72,7 +72,7 @@
ensure_resource('package', $name, merge({
ensure => $adblockplus::mercurial::ensure,
- require => Package['python-dev'],
+ require => Package['python-pip'],
}, $package))
Package[$name] <- Package['mercurial']
« no previous file with comments | « no previous file | modules/private-stub/hiera/base.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld