]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Fix: replace python-stemmer with python3-stemmer
authorSilvio Rhatto <rhatto@riseup.net>
Tue, 11 Jan 2022 01:01:59 +0000 (22:01 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Tue, 11 Jan 2022 01:01:59 +0000 (22:01 -0300)
manifests/utils/development/ide.pp

index c5d3f3bcbad7caa9fa05babcd42749543ea1ac27..d01ab17cb377a8c3ab0fb0fd6f760d965b346d95 100644 (file)
@@ -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,
   }