From: Silvio Rhatto Date: Tue, 11 Jan 2022 01:01:59 +0000 (-0300) Subject: Fix: replace python-stemmer with python3-stemmer X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=baf006bc7234ef68479048798a72d02ca25abd32;p=puppet-nodo.git Fix: replace python-stemmer with python3-stemmer --- diff --git a/manifests/utils/development/ide.pp b/manifests/utils/development/ide.pp index c5d3f3b..d01ab17 100644 --- a/manifests/utils/development/ide.pp +++ b/manifests/utils/development/ide.pp @@ -23,9 +23,9 @@ class nodo::utils::development::ide ( ensure => $ensure, } - # A suggested package of python-sphinx + # A suggested package of python3-sphinx package { [ - 'python-stemmer', + 'python3-stemmer', ]: ensure => present, } @@ -60,6 +60,9 @@ class nodo::utils::development::ide ( 'mr', 'python-sphinx', 'python-recommonmark', + + # Needed by python-sphinx + 'python-stemmer', ]: ensure => absent, }