From: Silvio Rhatto Date: Thu, 1 Aug 2024 00:51:15 +0000 (-0300) Subject: Fix: nodo::utils::development::ide: replace python3-recommonmark with python3-myst... X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=0294b14547ea0bf19809d90ca30db905fd582d48;p=puppet-nodo.git Fix: nodo::utils::development::ide: replace python3-recommonmark with python3-myst-parser --- diff --git a/manifests/utils/development/ide.pp b/manifests/utils/development/ide.pp index 47d3d98..8361562 100644 --- a/manifests/utils/development/ide.pp +++ b/manifests/utils/development/ide.pp @@ -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, }