python3-acme: remove mock as dependency.

This commit is contained in:
David Flatz 2020-03-12 10:40:15 +01:00 committed by Juan RP
parent 0537ef5650
commit 7d731aafb2
2 changed files with 11 additions and 1 deletions

View File

@ -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',

View File

@ -1,7 +1,7 @@
# Template file for 'python3-acme' # Template file for 'python3-acme'
pkgname=python3-acme pkgname=python3-acme
version=1.3.0 version=1.3.0
revision=1 revision=2
archs=noarch archs=noarch
wrksrc="acme-${version}" wrksrc="acme-${version}"
build_style=python3-module build_style=python3-module