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
199 stars 370 forks source link

Add extra_index parameter to python::pip #640

Closed ookisan closed 1 year ago

ookisan commented 1 year ago

Pull Request (PR) description

Add extra_index parameter to python::pip, corresponding to the pip command line option --extra-index-url, allowing packages to be installed from a local repository while dependencies are pulled from pypi.

This Pull Request (PR) fixes the following issues

None.

bastelfreak commented 1 year ago

thanks for the PR!