void-packages/srcpkgs/python3-acme/patches/remove-mock.patch
2019-12-31 15:30:07 +01:00

10 lines
361 B
Diff

--- setup.py.orig 2019-12-31 08:33:16.602213015 +0700
+++ setup.py 2019-12-31 08:33:32.930280210 +0700
@@ -14,7 +14,6 @@
# 1.1.0+ is required to avoid the warnings described at
# https://github.com/certbot/josepy/issues/13.
'josepy>=1.1.0',
- 'mock',
# Connection.set_tlsext_host_name (>=0.13)
'PyOpenSSL>=0.13.1',
'pyrfc3339',