mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-06 13:57:14 +02:00
community/certbot: added a new missing dependency
This commit is contained in:
parent
7db1b3c126
commit
ee2b6164e9
@ -2,7 +2,7 @@
|
|||||||
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
|
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
|
||||||
pkgname=certbot
|
pkgname=certbot
|
||||||
pkgver=0.21.1
|
pkgver=0.21.1
|
||||||
pkgrel=0
|
pkgrel=1
|
||||||
pkgdesc="An ACME client that can update Apache/Nginx configurations"
|
pkgdesc="An ACME client that can update Apache/Nginx configurations"
|
||||||
url="https://github.com/certbot/certbot"
|
url="https://github.com/certbot/certbot"
|
||||||
arch="noarch"
|
arch="noarch"
|
||||||
@ -11,7 +11,7 @@ depends="py-setuptools py-mock py-acme py-configargparse py-configobj
|
|||||||
py-cryptography py-parsedatetime py-dialog py-openssl
|
py-cryptography py-parsedatetime py-dialog py-openssl
|
||||||
py-rfc3339 py-tz py-requests py-six py-zope-component py-zope-interface
|
py-rfc3339 py-tz py-requests py-six py-zope-component py-zope-interface
|
||||||
py-zope-event py-cffi py-enum34 py-ipaddress py-idna py-argparse py-packaging
|
py-zope-event py-cffi py-enum34 py-ipaddress py-idna py-argparse py-packaging
|
||||||
py-certifi py-chardet py-future py-urllib3"
|
py-certifi py-chardet py-future py-urllib3 py-josepy"
|
||||||
# define acme deps here and add them to makedepends
|
# define acme deps here and add them to makedepends
|
||||||
# so they get pulled in when bootstrapping.
|
# so they get pulled in when bootstrapping.
|
||||||
_depends_acme="py-setuptools py-cryptography py-ndg_httpsclient py-asn1 py-openssl
|
_depends_acme="py-setuptools py-cryptography py-ndg_httpsclient py-asn1 py-openssl
|
||||||
|
Loading…
Reference in New Issue
Block a user