aboutsummaryrefslogtreecommitdiffstats
path: root/community/certbot/APKBUILD
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-08-02 06:33:26 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-08-02 06:39:58 -0300
commit042b4d657291639e133d3fd86672049cff7c7967 (patch)
tree3d94308dc748a347572eff80dff7c6c951c85cdb /community/certbot/APKBUILD
parentb401f264c1ae35e522f6889d528d553f5359e319 (diff)
community/certbot: fix dependency on py3-rfc3339
Diffstat (limited to 'community/certbot/APKBUILD')
-rw-r--r--community/certbot/APKBUILD9
1 files changed, 4 insertions, 5 deletions
diff --git a/community/certbot/APKBUILD b/community/certbot/APKBUILD
index cc2bcd84e09..38016afc0ef 100644
--- a/community/certbot/APKBUILD
+++ b/community/certbot/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
pkgname=certbot
pkgver=0.36.0
-pkgrel=0
+pkgrel=1
pkgdesc="An ACME client that can update Apache/Nginx configurations"
url="https://github.com/certbot/certbot"
arch="noarch"
@@ -17,14 +17,13 @@ depends="
py3-josepy
py3-mock
py3-parsedatetime
- py3-rfc3339
+ py3-pyrfc3339
py3-tz
py3-setuptools
py3-zope-component
py3-zope-interface
"
checkdepends="py3-augeas"
-makedepends="python3-dev"
replaces="letsencrypt"
subpackages="py3-acme:acme $pkgname-nginx $pkgname-apache"
source="certbot-$pkgver.tar.gz::https://github.com/certbot/certbot/archive/v$pkgver.tar.gz
@@ -59,9 +58,9 @@ acme() {
py3-josepy
py3-mock
py3-openssl
- py3-rfc3339
+ py3-pyrfc3339
py3-tz
- py-requests
+ py3-requests
py3-requests-toolbelt
py3-six
"