Skip to content
Snippets Groups Projects
Commit dc2d673e authored by Leonardo Arena's avatar Leonardo Arena
Browse files

Revert "community/certbot: add missing depends"

This reverts commit 59d0b45e.
parent dcc940dd
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
# Maintainer: Francesco Colista <fcolista@alpinelinux.org> # Maintainer: Francesco Colista <fcolista@alpinelinux.org>
pkgname=certbot pkgname=certbot
pkgver=0.30.2 pkgver=0.30.2
pkgrel=1 pkgrel=2
pkgdesc="An ACME client that can update Apache/Nginx configurations" pkgdesc="An ACME client that can update Apache/Nginx configurations"
url="https://github.com/certbot/certbot" url="https://github.com/certbot/certbot"
arch="noarch" arch="noarch"
...@@ -20,14 +20,11 @@ depends=" ...@@ -20,14 +20,11 @@ depends="
py3-tz py3-tz
py3-setuptools py3-setuptools
py3-zope-component py3-zope-component
py3-zope-deprecation
py3-zope-deferredimport
py3-zope-interface py3-zope-interface
py3-zope-hookable
" "
checkdepends="py3-augeas" checkdepends="py3-augeas"
replaces="letsencrypt"
makedepends="python3-dev" makedepends="python3-dev"
replaces="letsencrypt"
subpackages="py3-acme:acme $pkgname-nginx $pkgname-apache $pkgname-postfix" 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" source="certbot-$pkgver.tar.gz::https://github.com/certbot/certbot/archive/v$pkgver.tar.gz"
builddir="$srcdir"/$pkgname-$pkgver builddir="$srcdir"/$pkgname-$pkgver
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment