]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Fix: nodo::utils::development::ide: replace python3-recommonmark with python3-myst...
authorSilvio Rhatto <rhatto@riseup.net>
Thu, 1 Aug 2024 00:51:15 +0000 (21:51 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Thu, 1 Aug 2024 00:51:15 +0000 (21:51 -0300)
manifests/utils/development/ide.pp

index 47d3d984c39c9a3ef689ea1e148f1e9a1e74def2..8361562b98005ede052ada27794e1acc40f6ad50 100644 (file)
@@ -8,7 +8,7 @@ class nodo::utils::development::ide (
     'myrepos',
 
     'python3-sphinx',
-    'python3-recommonmark',
+    'python3-myst-parser',
 
     'yamllint',
 
@@ -66,6 +66,10 @@ class nodo::utils::development::ide (
     'exuberant-ctags',
     'doxygen',
     'agave',
+
+    # Deprecated in favor of python3-myst-parser
+    # https://github.com/readthedocs/recommonmark
+    'python3-recommonmark',
   ]:
     ensure => absent,
   }