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

remove unused six import #50

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

Kriechi
Copy link

@Kriechi Kriechi commented Nov 14, 2024

fixes #49

It seems the certbot Docker image recently removed the six library, and now the certbot-plugin-gandi crashes due to this unused import statement.

@JulienPalard
Copy link
Contributor

LGTM

@SergioRAgostinho
Copy link

Hey @obynio. Thank you so much for keeping this plugin up. Any chance you would have some bandwidth to review/merge the PR and release a new version of the plugin 🙏

@yroyathon
Copy link

Anyone who uses NPM and Gandi is hitting this issue every 90 days where certs won't renew, causing all their services to fail. I'm on Round 2 myself. @obynio It would be super great and you'd be helping out a lot of people if you could review/merge the PR. Thank you so much.

@Kriechi
Copy link
Author

Kriechi commented Feb 9, 2025

I've forked and published my own "modern" variant here:

https://github.com/Kriechi/certbot-plugin-gandi-modern

You can download and install it using:

pip uninstall certbot-plugin-gandi
pip install certbot-plugin-gandi-modern>=1.6.0

Please provide feedback and file new issues at my fork directly!

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

Successfully merging this pull request may close these issues.

Missing dependency on Six
4 participants