diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-01-09 14:58:17 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-01-17 08:44:52 +0700 |
commit | a2247299716593391e259ccfbda3915e64d8b7c2 (patch) | |
tree | 64863dd00f7444cf50693f42d62201a83cce303b /system | |
parent | ac5dda5d8d6053bdec93f86e76a86df78ca39196 (diff) | |
download | slackbuilds-a2247299716593391e259ccfbda3915e64d8b7c2.tar.gz |
system/letsencrypt: Fix DEP.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r-- | system/letsencrypt/letsencrypt.info | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/letsencrypt/letsencrypt.info b/system/letsencrypt/letsencrypt.info index d20419acfc..fa8841ef01 100644 --- a/system/letsencrypt/letsencrypt.info +++ b/system/letsencrypt/letsencrypt.info @@ -5,6 +5,6 @@ DOWNLOAD="https://github.com/certbot/certbot/archive/v1.11.0/certbot-1.11.0.tar. MD5SUM="805e64dbfa69d9f4fd8ba2981ed9ff97" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="configobj mock pytz python3-pythondialog zope.component pyrfc3339 psutil python-parsedatetime python-configargparse werkzeug ndg_httpsclient python3-augeas josepy funcsigs requests-toolbelt python-distro python3-certifi python3-packaging" +REQUIRES="configobj mock pytz python3-pythondialog zope.component pyrfc3339 psutil python-parsedatetime python-configargparse werkzeug ndg_httpsclient python3-augeas josepy funcsigs requests-toolbelt python-distro python-certifi python3-packaging" MAINTAINER="Willy Sudiarto Raharjo" EMAIL="willysr@slackbuilds.org" |