Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Supervisord version should be restricted on CentOS 6. #131

Open
ikari7789 opened this issue May 22, 2019 · 1 comment
Open

Supervisord version should be restricted on CentOS 6. #131

ikari7789 opened this issue May 22, 2019 · 1 comment

Comments

@ikari7789
Copy link

Supervisord 4.0.0 dropped support for Python less than 2.7. CentOS 6 ships with 2.6, so install fails as it installs the latest version of supervisord by default via pip. Restricting the version to 3.4.0 (latest v3 release) fixes the issue.

@zeljkostjepanovic
Copy link

zeljkostjepanovic commented Apr 9, 2020

It should be possible to override by setting $package_name => 'supervisor==3.4.0'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants