python3-acme: remove mock as dependency.
This commit is contained in:
parent
0537ef5650
commit
7d731aafb2
|
@ -0,0 +1,10 @@
|
|||
--- 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',
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'python3-acme'
|
||||
pkgname=python3-acme
|
||||
version=1.3.0
|
||||
revision=1
|
||||
revision=2
|
||||
archs=noarch
|
||||
wrksrc="acme-${version}"
|
||||
build_style=python3-module
|
||||
|
|
Loading…
Reference in New Issue