aboutsummaryrefslogtreecommitdiff
path: root/manifests/utils/development
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2024-07-31 21:51:15 -0300
committerSilvio Rhatto <rhatto@riseup.net>2024-07-31 21:51:15 -0300
commit0294b14547ea0bf19809d90ca30db905fd582d48 (patch)
treecac12e5d3b80df14b06862c2924de554736bb76f /manifests/utils/development
parentfea9e568846bd07b4e059e3040f319d71c524776 (diff)
downloadpuppet-nodo-0294b14547ea0bf19809d90ca30db905fd582d48.tar.gz
puppet-nodo-0294b14547ea0bf19809d90ca30db905fd582d48.tar.bz2
Fix: nodo::utils::development::ide: replace python3-recommonmark with python3-myst-parser
Diffstat (limited to 'manifests/utils/development')
-rw-r--r--manifests/utils/development/ide.pp6
1 files changed, 5 insertions, 1 deletions
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,
}