diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2021-02-09 16:34:28 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2021-02-09 16:34:28 -0300 |
commit | 99e91974f9df31f9d5a11544c90ef4bd8bc63c7e (patch) | |
tree | eacdb5477fe7152436718885fec1f644a074af19 /manifests | |
parent | 58854c9ebcb494da5b7671e73132d2f68c9035d7 (diff) | |
download | puppet-nodo-99e91974f9df31f9d5a11544c90ef4bd8bc63c7e.tar.gz puppet-nodo-99e91974f9df31f9d5a11544c90ef4bd8bc63c7e.tar.bz2 |
Fix: migrate from python-sphinx to python3-sphinx
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/utils/development/ide.pp | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/manifests/utils/development/ide.pp b/manifests/utils/development/ide.pp index b079f9d..7c226dc 100644 --- a/manifests/utils/development/ide.pp +++ b/manifests/utils/development/ide.pp @@ -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, } |