-
-
Notifications
You must be signed in to change notification settings - Fork 200
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
fix fedora builds to not rely on python2-dnf and re-enable fedora builds #487
Comments
We get the build-time error:
See: https://travis-ci.org/sobolevn/git-secret/jobs/544174411#L2586 |
Not sure how to fix this one. @simbo1905 / @hurricanehrndz / @sobolevn ? |
Some googling showed these results:
Maybe we can try to use |
Python 2 stops getting regular updates in 2020 so rhel8 and centos8 dont make it the default and instead folks need to choose between python2 or python3. Moving to python 3 seems sensible as its release date was 2008. |
@simbo1905, @sobolevn agreed, we need to move to a modern version of python. |
more details: Our build system (which uses python) has sort of been grandfathered in and we've been getting warnings in the builds about how we should move off python2 for some time now. I'm hoping someone other than me is up to fixing this build issue as I'm mostly concentrated on the code in git-secret proper. Thanks in advance! |
|
Fixed in #511 . Edit: For reference, one of the steps needed was to get Ansible to prefer python3 if python2 was also installed using |
Recent versions of fedora no longer include the package
python2-dnf
,so the travis builds fail on fedora now.
See: ansible/ansible#54855
The text was updated successfully, but these errors were encountered: