diff options
author | B. Watson <urchlay@slackware.uk> | 2024-10-05 18:25:16 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-10-12 11:34:40 +0700 |
commit | f0c75816785993d49e311ca655941ed0a889928e (patch) | |
tree | 7e80982c4a2938352743aa44487ee3561c88fa6a /system | |
parent | f3cf9e450796353275670c624781e886aa0f0af1 (diff) |
system/letsencrypt: Update REQUIRES, configobj => python3-configobj.
Signed-off-by: B. Watson <urchlay@slackware.uk>
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 6975402e8afae..8716736d22c26 100644 --- a/system/letsencrypt/letsencrypt.info +++ b/system/letsencrypt/letsencrypt.info @@ -5,6 +5,6 @@ DOWNLOAD="https://github.com/certbot/certbot/archive/v2.11.0/certbot-2.11.0.tar. MD5SUM="3d0ad5e1474062397bd6b9cb223e4828" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="configobj python3-pytz python3-pythondialog zope.component pyrfc3339 python3-psutil python-parsedatetime python3-configargparse werkzeug ndg_httpsclient python3-augeas josepy funcsigs requests-toolbelt python-importlib_metadata" +REQUIRES="python3-configobj python3-pytz python3-pythondialog zope.component pyrfc3339 python3-psutil python-parsedatetime python3-configargparse werkzeug ndg_httpsclient python3-augeas josepy funcsigs requests-toolbelt python-importlib_metadata" MAINTAINER="Willy Sudiarto Raharjo" EMAIL="willysr@slackbuilds.org" |