aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2022-04-09 13:57:17 -0300
committerSilvio Rhatto <rhatto@riseup.net>2022-04-09 13:57:17 -0300
commita25b68ba5d769a7ca4d4c505a67b198734c68fc1 (patch)
tree50465e22fe592bf4e3b24768a105724699ac9db8
parent2ebdf04c38bcaca9fc8a8040b527c906d153da8c (diff)
downloadpuppet-nodo-a25b68ba5d769a7ca4d4c505a67b198734c68fc1.tar.gz
puppet-nodo-a25b68ba5d769a7ca4d4c505a67b198734c68fc1.tar.bz2
Fix: comment out some python packages
-rw-r--r--manifests/utils/development/python.pp6
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',