| Index: modules/hgweb/manifests/init.pp |
| =================================================================== |
| --- a/modules/hgweb/manifests/init.pp |
| +++ b/modules/hgweb/manifests/init.pp |
| @@ -48,7 +48,7 @@ |
| include ssh, nginx |
| - $required_packages = ['mercurial-common', 'python-flup', 'spawn-fcgi'] |
| + $required_packages = ['mercurial-common', 'spawn-fcgi'] |
| ensure_packages($required_packages) |
| class {'sitescripts': |