summaryrefslogtreecommitdiffstats
path: root/security/py-acme/files/patch-setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'security/py-acme/files/patch-setup.py')
-rw-r--r--security/py-acme/files/patch-setup.py18
1 files changed, 18 insertions, 0 deletions
diff --git a/security/py-acme/files/patch-setup.py b/security/py-acme/files/patch-setup.py
new file mode 100644
index 0000000..cac716f
--- /dev/null
+++ b/security/py-acme/files/patch-setup.py
@@ -0,0 +1,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