aboutsummaryrefslogtreecommitdiff
path: root/security/py-certbot/files/patch-setup.py
blob: a13fd00ab36e223e73e5db36b20d7a449e5ecd0d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
--- setup.py.orig	2017-06-26 10:13:14 UTC
+++ setup.py
@@ -42,7 +42,6 @@ install_requires = [
     'ConfigArgParse>=0.9.3',
     'configobj',
     'cryptography>=1.2',  # load_pem_x509_certificate
-    'mock',
     'parsedatetime>=1.3',  # Calendar.parseDT
     'PyOpenSSL',
     'pyrfc3339',
@@ -67,6 +66,7 @@ dev_extras = [
     'astroid==1.3.5',
     'coverage',
     'ipdb',
+    'mock',
     'nose',
     'pylint==1.4.2',  # upstream #248
     'tox',