diff options
| author | Silvio Rhatto <rhatto@riseup.net> | 2022-04-05 19:41:30 -0300 | 
|---|---|---|
| committer | Silvio Rhatto <rhatto@riseup.net> | 2022-04-05 19:41:30 -0300 | 
| commit | 2ebdf04c38bcaca9fc8a8040b527c906d153da8c (patch) | |
| tree | e568e1de97c7c2b08bb16154a6c5c62d009f0f05 | |
| parent | 1528c55b5d45594af11bb405719afa49e1891ade (diff) | |
| download | puppet-nodo-2ebdf04c38bcaca9fc8a8040b527c906d153da8c.tar.gz puppet-nodo-2ebdf04c38bcaca9fc8a8040b527c906d153da8c.tar.bz2  | |
Feat: adds some python dev packages
| -rw-r--r-- | manifests/utils/development/python.pp | 7 | 
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',  | 
