 Issue 29784619:
  #11294 - Apply workaround for broken pip package in Debian "jessie"  (Closed)
    
  
    Issue 29784619:
  #11294 - Apply workaround for broken pip package in Debian "jessie"  (Closed) 
  | Index: modules/trac/manifests/init.pp | 
| =================================================================== | 
| --- a/modules/trac/manifests/init.pp | 
| +++ b/modules/trac/manifests/init.pp | 
| @@ -5,7 +5,7 @@ | 
| $fcgi_config_dir = '/etc/nginx/trac.d', | 
| $is_default = false) inherits private::trac { | 
| - package {['python-mysqldb','python-pip','subversion', 'tofrodos', 'graphviz']: | 
| + package {['python-mysqldb', 'subversion', 'tofrodos', 'graphviz']: | 
| ensure => present | 
| } |