void-packages/srcpkgs/python3-acme/patches/remove-mock.patch
2020-03-14 08:34:18 +01:00

10 lines
284 B
Diff

--- setup.py
+++ setup.py
@@ -15,7 +15,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',