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

use legacy pip resolver for pip versions < 21.1 > 20.2.4 #639

Closed saz closed 1 year ago

saz commented 1 year ago

Pull Request (PR) description

This PR adds the flag --use-deprecated=legacy-resolver to pip install commands, if pip version is below 21.1 and higher than 20.2.4

This Pull Request (PR) fixes the following issues

Fixes #638

saz commented 1 year ago

@bastelfreak Another review, please

bastelfreak commented 1 year ago

@saz can you please rebase against our latest master to get rid of the merge commit?

saz commented 1 year ago

I did that yesterday and don't see any conflict? :thinking: