Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrien Ferrand <adferrand@users.noreply.github.com>2021-08-18 18:12:55 +0300
committerGitHub <noreply@github.com>2021-08-18 18:12:55 +0300
commit06c81138630c6155fb37009c075320fca30c361c (patch)
treefcef7b8b1c935a7c298db947bf6596c94505c0b9 /certbot-dns-digitalocean
parent143ea15253bc8644f20f7882f095a0c9ee8fecac (diff)
Cleanup zope dependencies in plugins and upgrade sphinx (#8997)
This PR removes all zope dependencies from plugins configuration. It also lets Sphinx upgrade to the next major version by removing the plugin dedicated to zope interfaces documentation. As a consequence, the deprecated zope interfaces are not documented anymore. * Cleanup zope dependencies in plugins and upgrade sphinx * Update pinnings
Diffstat (limited to 'certbot-dns-digitalocean')
-rw-r--r--certbot-dns-digitalocean/setup.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/certbot-dns-digitalocean/setup.py b/certbot-dns-digitalocean/setup.py
index 393ba3ab0..1eb3a1c23 100644
--- a/certbot-dns-digitalocean/setup.py
+++ b/certbot-dns-digitalocean/setup.py
@@ -9,7 +9,6 @@ version = '1.19.0.dev0'
install_requires = [
'python-digitalocean>=1.11', # 1.15.0 or newer is recommended for TTL support
'setuptools>=39.0.1',
- 'zope.interface',
]
if not os.environ.get('SNAP_BUILD'):