python3-acme: correct dependencies

This commit is contained in:
Đoàn Trần Công Danh 2019-12-31 10:09:36 +07:00 committed by Helmut Pozimski
parent ee6c338521
commit 9da191bd47
2 changed files with 11 additions and 1 deletions

View file

@ -0,0 +1,10 @@
--- setup.py.orig 2019-12-31 08:33:16.602213015 +0700
+++ setup.py 2019-12-31 08:33:32.930280210 +0700
@@ -14,7 +14,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'
pkgname=python3-acme
version=1.0.0
revision=2
revision=3
archs=noarch
wrksrc="acme-${version}"
build_style=python3-module