diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-10-09 08:28:17 -0300 |
---|---|---|
committer | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-10-11 04:48:58 +0000 |
commit | 29b89b304dfa9866b39cfb7ea0bd84a4c8892e75 (patch) | |
tree | a9974fd099caf10ae49127eda6fc25ad7f05f179 /community/certbot | |
parent | 9c1391e1ac0464451b1e066bf4a40173e08008f6 (diff) | |
download | aports-29b89b304dfa9866b39cfb7ea0bd84a4c8892e75.tar.bz2 aports-29b89b304dfa9866b39cfb7ea0bd84a4c8892e75.tar.xz |
community/certbot: drop py3-argparse dependency
argparse is part of the python base library.
Closes !320
Diffstat (limited to 'community/certbot')
-rw-r--r-- | community/certbot/APKBUILD | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/community/certbot/APKBUILD b/community/certbot/APKBUILD index 061af6f295..0e86046ccc 100644 --- a/community/certbot/APKBUILD +++ b/community/certbot/APKBUILD @@ -2,14 +2,13 @@ # Maintainer: Francesco Colista <fcolista@alpinelinux.org> pkgname=certbot pkgver=0.39.0 -pkgrel=0 +pkgrel=1 pkgdesc="An ACME client that can update Apache/Nginx configurations" url="https://github.com/certbot/certbot" arch="noarch" license="Apache" depends=" py3-acme=$pkgver-r$pkgrel - py3-argparse py3-configargparse py3-configobj py3-cryptography |