diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2019-09-13 09:35:01 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2019-09-13 09:35:06 +0000 |
commit | 8471681ac5d958fa45c1c47aedbb31a1658eb364 (patch) | |
tree | f15718daa777b6f1094221b04c492d2fbd27937c | |
parent | ebf9184f5bbef1f9faab710ffb48bb36b5bae10e (diff) | |
download | aports-8471681ac5d958fa45c1c47aedbb31a1658eb364.tar.bz2 aports-8471681ac5d958fa45c1c47aedbb31a1658eb364.tar.xz |
community/certbot: added missing (new) dep. fix #10798
-rw-r--r-- | community/certbot/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/community/certbot/APKBUILD b/community/certbot/APKBUILD index 7f2269a1bb..e592b4f3f6 100644 --- a/community/certbot/APKBUILD +++ b/community/certbot/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Francesco Colista <fcolista@alpinelinux.org> pkgname=certbot pkgver=0.38.0 -pkgrel=0 +pkgrel=1 pkgdesc="An ACME client that can update Apache/Nginx configurations" url="https://github.com/certbot/certbot" arch="noarch" @@ -13,6 +13,7 @@ depends=" py3-configargparse py3-configobj py3-cryptography + py3-distro py3-distutils-extra py3-josepy py3-mock |