1
0
Fork 0
mirror of https://git.freebsd.org/ports.git synced 2025-06-17 18:50:33 -04:00
ports/security/py-acme/files/patch-setup.py
2019-02-10 19:45:12 +00:00

18 lines
391 B
Python

--- setup.py.orig 2019-02-07 21:20:31 UTC
+++ setup.py
@@ -13,7 +13,6 @@ install_requires = [
# formerly known as acme.jose:
'josepy>=1.0.0',
# Connection.set_tlsext_host_name (>=0.13)
- 'mock',
'PyOpenSSL>=0.13.1',
'pyrfc3339',
'pytz',
@@ -24,6 +23,7 @@ install_requires = [
]
dev_extras = [
+ 'mock',
'pytest',
'pytest-xdist',
'tox',