diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2022-04-09 13:57:17 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2022-04-09 13:57:17 -0300 |
commit | a25b68ba5d769a7ca4d4c505a67b198734c68fc1 (patch) | |
tree | 50465e22fe592bf4e3b24768a105724699ac9db8 /manifests | |
parent | 2ebdf04c38bcaca9fc8a8040b527c906d153da8c (diff) | |
download | puppet-nodo-a25b68ba5d769a7ca4d4c505a67b198734c68fc1.tar.gz puppet-nodo-a25b68ba5d769a7ca4d4c505a67b198734c68fc1.tar.bz2 |
Fix: comment out some python packages
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/utils/development/python.pp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/manifests/utils/development/python.pp b/manifests/utils/development/python.pp index c9b61a1..b5ee089 100644 --- a/manifests/utils/development/python.pp +++ b/manifests/utils/development/python.pp @@ -11,9 +11,9 @@ class nodo::utils::development::python ( 'python3-pycurl', # For PyPI package management - 'python3-build', - 'python3-keyrings.alt', - 'twine', + #'python3-build', + #'python3-keyrings.alt', + #'twine', # Not managed #'python-bs4', |