diff options
author | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2018-07-03 11:01:46 +0000 |
---|---|---|
committer | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2018-07-03 11:02:26 +0000 |
commit | c11efc25ae73ce597fb91c7daa0192cae9973a1b (patch) | |
tree | e9a3f80789a718d40f71404883cdf5867aefaf85 /community/certbot/APKBUILD | |
parent | 3ba28189f2c0362c43373c7cf9f4ef655b7a14f8 (diff) | |
download | aports-c11efc25ae73ce597fb91c7daa0192cae9973a1b.tar.bz2 aports-c11efc25ae73ce597fb91c7daa0192cae9973a1b.tar.xz |
community/certbot: add missing dependency (fixes #9053)
Add py-requests-toolbelt runtime dependency
Diffstat (limited to 'community/certbot/APKBUILD')
-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 c04f061c95..fd0d22ffff 100644 --- a/community/certbot/APKBUILD +++ b/community/certbot/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Francesco Colista <fcolista@alpinelinux.org> pkgname=certbot pkgver=0.25.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-josepy" + py-certifi py-chardet py-future py-urllib3 py-josepy py-requests-toolbelt" # 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 |