summaryrefslogtreecommitdiffstats
path: root/security/py-acme/files/patch-setup.py
blob: cac716fe54066303418e0ffd4b01eaa73820cdb1 (plain)
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:16:14 UTC
+++ setup.py
@@ -12,7 +12,6 @@ install_requires = [
     # rsa_recover_prime_factors (>=0.8)
     'cryptography>=0.8',
     # Connection.set_tlsext_host_name (>=0.13)
-    'mock',
     'PyOpenSSL>=0.13',
     'pyrfc3339',
     'pytz',
@@ -35,6 +34,7 @@ if sys.version_info < (2, 7):
     ])
 
 dev_extras = [
+    'mock',
     'nose',
     'tox',
 ]
OpenPOWER on IntegriCloud