mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-11 02:51:18 +02:00
create bsd12 branch
This commit is contained in:
18
python/py-acme/files/patch-setup.py
Normal file
18
python/py-acme/files/patch-setup.py
Normal file
@@ -0,0 +1,18 @@
|
||||
--- setup.py.orig 2018-03-20 00:33:22 UTC
|
||||
+++ setup.py
|
||||
@@ -14,7 +14,6 @@ install_requires = [
|
||||
# formerly known as acme.jose:
|
||||
'josepy>=1.0.0',
|
||||
# Connection.set_tlsext_host_name (>=0.13)
|
||||
- 'mock',
|
||||
'PyOpenSSL>=0.13',
|
||||
'pyrfc3339',
|
||||
'pytz',
|
||||
@@ -24,6 +23,7 @@ install_requires = [
|
||||
]
|
||||
|
||||
dev_extras = [
|
||||
+ 'mock',
|
||||
'pytest',
|
||||
'pytest-xdist',
|
||||
'tox',
|
||||
Reference in New Issue
Block a user