diff options
author | Leonardo Arena <rnalrd@alpinelinux.org> | 2019-01-28 12:41:36 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2019-01-28 12:41:41 +0000 |
commit | 59d0b45e95ec7c1e3b7259c3dc017e941a110232 (patch) | |
tree | d7027dfa906a1a97280e04eca1fe4dcb472726c5 /community/certbot | |
parent | fdf4cc23a7af2ec18582686bb536dfdd615147e8 (diff) | |
download | aports-59d0b45e95ec7c1e3b7259c3dc017e941a110232.tar.bz2 aports-59d0b45e95ec7c1e3b7259c3dc017e941a110232.tar.xz |
community/certbot: add missing depends
Diffstat (limited to 'community/certbot')
-rw-r--r-- | community/certbot/APKBUILD | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/community/certbot/APKBUILD b/community/certbot/APKBUILD index e55dbd2230..f1755f8b02 100644 --- a/community/certbot/APKBUILD +++ b/community/certbot/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Francesco Colista <fcolista@alpinelinux.org> pkgname=certbot pkgver=0.30.2 -pkgrel=0 +pkgrel=1 pkgdesc="An ACME client that can update Apache/Nginx configurations" url="https://github.com/certbot/certbot" arch="noarch" @@ -20,10 +20,14 @@ depends=" py3-tz py3-setuptools py3-zope-component + py3-zope-deprecation + py3-zope-deferredimport py3-zope-interface + py3-zope-hookable " checkdepends="py3-augeas" replaces="letsencrypt" +makedepends="python3-dev" subpackages="py3-acme:acme $pkgname-nginx $pkgname-apache $pkgname-postfix" source="certbot-$pkgver.tar.gz::https://github.com/certbot/certbot/archive/v$pkgver.tar.gz" builddir="$srcdir"/$pkgname-$pkgver |