aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlo Landmeter <clandmeter@gmail.com>2018-08-06 20:25:52 +0000
committerCarlo Landmeter <clandmeter@gmail.com>2018-08-06 20:27:07 +0000
commit8ad5ad9f75788bd9045b7c4a1199db90d80f24c9 (patch)
treeecf929e48ab4fa054ffa636277b94e2806afff9a
parent77c598c08d20fc9f5b0e525a929bfaad0e4ad5b7 (diff)
community/certbot: add py-requests-toolbelt to deps
ref #9053
-rw-r--r--community/certbot/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/certbot/APKBUILD b/community/certbot/APKBUILD
index c04f061c959..fd0d22ffffe 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