From a832475705e1e8dc65e0e83b6f3aa294203ba94b Mon Sep 17 00:00:00 2001 From: Mchnan <107309300+Mchnan@users.noreply.github.com> Date: Mon, 13 Apr 2026 10:56:38 +0800 Subject: [PATCH] Add dependency for DNSPod plugin Because DNSPod plugin on pypi is very old, it still needs zope-interface to work. --- backend/certbot/dns-plugins.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/certbot/dns-plugins.json b/backend/certbot/dns-plugins.json index 0588f98512..eddf19efc1 100644 --- a/backend/certbot/dns-plugins.json +++ b/backend/certbot/dns-plugins.json @@ -177,7 +177,7 @@ }, "dnspod": { "credentials": "dns_dnspod_email = \"email@example.com\"\ndns_dnspod_api_token = \"id,key\"", - "dependencies": "", + "dependencies": "zope.interface==8.3", "full_plugin_name": "dns-dnspod", "name": "DNSPod", "package_name": "certbot-dns-dnspod",