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 375 forks source link

Support Puppet 7 #602

Closed mattock closed 3 years ago

mattock commented 3 years ago

Pull Request (PR) description

This allows using Puppet 7 with this module when strict dependency checking is enabled.

This Pull Request (PR) fixes the following issues

Without this change Kafo installers such as Foreman's Kafo installer will fail with this error message:

Puppet 7.5.0 does not meet requirements for puppet-python (>= 5.5.8 < 7.0.0)
Cannot continue due to incompatible version of Puppet.
Use --skip-puppet-version-check to disable this check.