diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2018-01-26 11:34:06 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2018-01-26 11:34:17 +0000 |
commit | ee2b6164e9a07db09d235caa974c4721e18faa11 (patch) | |
tree | 0b887d1705c417fdf929ed78ab659d33c60bb0a6 | |
parent | 7db1b3c12674c0cf36b4dd2779c9868fe86180b7 (diff) | |
download | aports-ee2b6164e9a07db09d235caa974c4721e18faa11.tar.bz2 aports-ee2b6164e9a07db09d235caa974c4721e18faa11.tar.xz |
community/certbot: added a new missing dependency
-rw-r--r-- | community/certbot/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/certbot/APKBUILD b/community/certbot/APKBUILD index bce4b7c8d4..b3a720ad24 100644 --- a/community/certbot/APKBUILD +++ b/community/certbot/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Francesco Colista <fcolista@alpinelinux.org> pkgname=certbot pkgver=0.21.1 -pkgrel=0 +pkgrel=1 pkgdesc="An ACME client that can update Apache/Nginx configurations" url="https://github.com/certbot/certbot" 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-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-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 # so they get pulled in when bootstrapping. _depends_acme="py-setuptools py-cryptography py-ndg_httpsclient py-asn1 py-openssl |