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@eff.org>2016-06-01 01:24:19 +0300
committerBrad Warren <bmw@eff.org>2016-06-01 01:24:19 +0300
commitb324845a9cc76c8234005f700763b7951945bb01 (patch)
tree81075f012e15b187a738aee41f6dea8b5e2839f7 /setup.py
parentfcc4622b6dbf1b447c335004b61cdc20d03767da (diff)
fixes #1080
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 4ee56576b..53fde5282 100644
--- a/setup.py
+++ b/setup.py
@@ -40,7 +40,7 @@ install_requires = [
'configobj',
'cryptography>=0.7', # load_pem_x509_certificate
'parsedatetime>=1.3', # Calendar.parseDT
- 'psutil>=2.1.0', # net_connections introduced in 2.1.0
+ 'psutil>=2.2.1', # 2.1.0 for net_connections and 2.2.1 resolves #1080
'PyOpenSSL',
'pyrfc3339',
'python2-pythondialog>=3.2.2rc1', # Debian squeeze support, cf. #280