]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Fix: migrate from python-sphinx to python3-sphinx
authorSilvio Rhatto <rhatto@riseup.net>
Tue, 9 Feb 2021 19:34:28 +0000 (16:34 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Tue, 9 Feb 2021 19:34:28 +0000 (16:34 -0300)
manifests/utils/development/ide.pp

index b079f9d34b802da83ae68a50ca3d5a050bb5362b..7c226dc42ef02c2071b52939643300f32e8e567e 100644 (file)
@@ -10,8 +10,8 @@ class nodo::utils::development::ide (
     'hexedit',
     'ack-grep',
     'markdown',
-    'python-sphinx',
-    'python-recommonmark',
+    'python3-sphinx',
+    'python3-recommonmark',
     'pelican',
     'hugo',
     'yamllint',
@@ -44,6 +44,8 @@ class nodo::utils::development::ide (
   # Old stuff
   package { [
     'mr',
+    'python-sphinx',
+    'python-recommonmark',
   ]:
     ensure => absent,
   }