aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2022-04-05 19:41:30 -0300
committerSilvio Rhatto <rhatto@riseup.net>2022-04-05 19:41:30 -0300
commit2ebdf04c38bcaca9fc8a8040b527c906d153da8c (patch)
treee568e1de97c7c2b08bb16154a6c5c62d009f0f05
parent1528c55b5d45594af11bb405719afa49e1891ade (diff)
downloadpuppet-nodo-2ebdf04c38bcaca9fc8a8040b527c906d153da8c.tar.gz
puppet-nodo-2ebdf04c38bcaca9fc8a8040b527c906d153da8c.tar.bz2
Feat: adds some python dev packages
-rw-r--r--manifests/utils/development/python.pp7
1 files changed, 7 insertions, 0 deletions
diff --git a/manifests/utils/development/python.pp b/manifests/utils/development/python.pp
index 2679d55..c9b61a1 100644
--- a/manifests/utils/development/python.pp
+++ b/manifests/utils/development/python.pp
@@ -9,6 +9,13 @@ class nodo::utils::development::python (
'python3-unidecode',
'python3-shortuuid',
'python3-pycurl',
+
+ # For PyPI package management
+ 'python3-build',
+ 'python3-keyrings.alt',
+ 'twine',
+
+ # Not managed
#'python-bs4',
#'python-scrapy',
#'python3-pgpy',