voxpupuli / puppet-python

Puppet module for installing and managing Python, pip, virtualenvs and Gunicorn virtual hosts.
https://forge.puppetlabs.com/puppet/python
Apache License 2.0
200 stars 374 forks source link

Add option to install python-setuptools #699

Open bastelfreak opened 2 months ago

bastelfreak commented 2 months ago

This is required at least on Arch Linux because distutils is provided by python-setuptools, not python:

https://gitlab.archlinux.org/archlinux/packaging/packages/thefuck/-/issues/1

Pull Request (PR) description

This Pull Request (PR) fixes the following issues