diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2017-07-11 15:05:09 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2017-07-11 15:05:14 +0000 |
commit | 61314e410d41bd8e74f0738c0d2cb378056d056c (patch) | |
tree | d9868df9cd463b84f763bc8eb55fbeea7b36b6cd /community | |
parent | 9d593dea7c282a993e03f49c57d1221f2c88ee17 (diff) | |
download | aports-61314e410d41bd8e74f0738c0d2cb378056d056c.tar.bz2 aports-61314e410d41bd8e74f0738c0d2cb378056d056c.tar.xz |
community/certbot: added missing dependencies. Fixes #7507
Diffstat (limited to 'community')
-rw-r--r-- | community/certbot/APKBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/community/certbot/APKBUILD b/community/certbot/APKBUILD index 2ece2d89a9..5a5b39af9c 100644 --- a/community/certbot/APKBUILD +++ b/community/certbot/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Francesco Colista <fcolista@alpinelinux.org> pkgname=certbot pkgver=0.16.0 -pkgrel=0 +pkgrel=1 pkgdesc="An ACME client that can update Apache/Nginx configurations" url="https://github.com/certbot/certbot" arch="noarch" @@ -10,7 +10,8 @@ license="Apache" 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-zope-event py-cffi py-enum34 py-ipaddress py-idna py-argparse py-packaging + py-certifi py-chardet py-future py-urllib3" # 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 |