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:
authorohemorange <ebportnoy@gmail.com>2019-08-28 04:31:35 +0300
committerBrad Warren <bmw@users.noreply.github.com>2019-08-28 04:31:35 +0300
commit0fe28a64598dcddafaeb0b1acb6fafc56fc391ea (patch)
tree4eec86861aa66d8929241b12d913993eff3df3bb /setup.py
parentaaeb4582e28339026a85bbd016716ce45fd79aae (diff)
Replace platform.linux_distribution with distro.linux_distribution (#7337)
Smallest possible fix for #7106 * Replace platform.linux_dependencies with distro.linux_dependencies * run build.py * Add minimum version of 1.0.1 * Pin back requests package * Update changelog
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 017b66619..4bcdf78c3 100644
--- a/setup.py
+++ b/setup.py
@@ -41,6 +41,7 @@ install_requires = [
'ConfigArgParse>=0.9.3',
'configobj',
'cryptography>=1.2.3', # load_pem_x509_certificate
+ 'distro>=1.0.1',
# 1.1.0+ is required to avoid the warnings described at
# https://github.com/certbot/josepy/issues/13.
'josepy>=1.1.0',