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-nginx
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-nginx')
-rw-r--r--certbot-nginx/setup.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/certbot-nginx/setup.py b/certbot-nginx/setup.py
index 60dd3593d..b4bdaef58 100644
--- a/certbot-nginx/setup.py
+++ b/certbot-nginx/setup.py
@@ -12,7 +12,6 @@ install_requires = [
'PyOpenSSL>=17.3.0',
'pyparsing>=2.2.0',
'setuptools>=39.0.1',
- 'zope.interface',
]
setup(