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-google
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-google')
-rw-r--r--certbot-dns-google/setup.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/certbot-dns-google/setup.py b/certbot-dns-google/setup.py
index 1d2008921..da6cdf15b 100644
--- a/certbot-dns-google/setup.py
+++ b/certbot-dns-google/setup.py
@@ -10,7 +10,6 @@ install_requires = [
'google-api-python-client>=1.5.5',
'oauth2client>=4.0',
'setuptools>=39.0.1',
- 'zope.interface',
# already a dependency of google-api-python-client, but added for consistency
'httplib2'
]