mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
python3-acme: correct dependencies
This commit is contained in:
parent
ee6c338521
commit
9da191bd47
2 changed files with 11 additions and 1 deletions
10
srcpkgs/python3-acme/patches/remove-mock.patch
Normal file
10
srcpkgs/python3-acme/patches/remove-mock.patch
Normal 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',
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'python3-acme'
|
# Template file for 'python3-acme'
|
||||||
pkgname=python3-acme
|
pkgname=python3-acme
|
||||||
version=1.0.0
|
version=1.0.0
|
||||||
revision=2
|
revision=3
|
||||||
archs=noarch
|
archs=noarch
|
||||||
wrksrc="acme-${version}"
|
wrksrc="acme-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
|
|
Loading…
Add table
Reference in a new issue