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:
authorBrad Warren <bmw@users.noreply.github.com>2017-11-08 21:58:00 +0300
committerohemorange <ebportnoy@gmail.com>2017-11-08 21:58:00 +0300
commit686fa36b3b8eea3ed8859c6af9d0acd7ee9b8978 (patch)
treec14a88f5b37ed5d0349bc5e4f2a234ae9fe37fde /certbot-dns-dnsmadeeasy/setup.py
parent884fc56a3e6dba4f183f54aba17e5c9e0c694f14 (diff)
Install dnsmadeeasy extras from dns-lexicon (#5230)
* Add tools/pip_constraints.txt to pin all Python dependencies * Use tools/pip_constraints.txt in tools/pip_install.sh * Install dnsmadeeasy extras in dnsmadeeasy plugin
Diffstat (limited to 'certbot-dns-dnsmadeeasy/setup.py')
-rw-r--r--certbot-dns-dnsmadeeasy/setup.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/certbot-dns-dnsmadeeasy/setup.py b/certbot-dns-dnsmadeeasy/setup.py
index 88e02304e..1ddec208b 100644
--- a/certbot-dns-dnsmadeeasy/setup.py
+++ b/certbot-dns-dnsmadeeasy/setup.py
@@ -10,7 +10,9 @@ version = '0.20.0.dev0'
install_requires = [
'acme=={0}'.format(version),
'certbot=={0}'.format(version),
- 'dns-lexicon',
+ # new versions of lexicon require that we install dnsmadeeasy extras and
+ # 2.1.11 is the first version that defines them.
+ 'dns-lexicon[dnsmadeeasy]>=2.1.11',
'mock',
# For pkg_resources. >=1.0 so pip resolves it to a version cryptography
# will tolerate; see #2599: