diff --git a/srcpkgs/python3-acme/patches/remove-mock.patch b/srcpkgs/python3-acme/patches/remove-mock.patch new file mode 100644 index 00000000000..1b8c10665ec --- /dev/null +++ b/srcpkgs/python3-acme/patches/remove-mock.patch @@ -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', diff --git a/srcpkgs/python3-acme/template b/srcpkgs/python3-acme/template index 0ce2c7b7b1b..6138506740d 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.3.0 -revision=1 +revision=2 archs=noarch wrksrc="acme-${version}" build_style=python3-module