From 9da191bd478705adcef50f93e9e3defef125588e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Tue, 31 Dec 2019 10:09:36 +0700 Subject: [PATCH] python3-acme: correct dependencies --- srcpkgs/python3-acme/patches/remove-mock.patch | 10 ++++++++++ srcpkgs/python3-acme/template | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 srcpkgs/python3-acme/patches/remove-mock.patch diff --git a/srcpkgs/python3-acme/patches/remove-mock.patch b/srcpkgs/python3-acme/patches/remove-mock.patch new file mode 100644 index 00000000000..e6eaf391829 --- /dev/null +++ b/srcpkgs/python3-acme/patches/remove-mock.patch @@ -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', diff --git a/srcpkgs/python3-acme/template b/srcpkgs/python3-acme/template index 482937962d6..fa93301ffdf 100644 --- a/srcpkgs/python3-acme/template +++ b/srcpkgs/python3-acme/template @@ -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