certbot: Add some more necessary deps
This commit is contained in:
parent
4adf82158a
commit
b5a1640730
|
@ -1,14 +1,15 @@
|
|||
# Template file for 'certbot'
|
||||
pkgname=certbot
|
||||
version=0.8.1
|
||||
revision=2
|
||||
revision=3
|
||||
noarch=yes
|
||||
build_style=python-module
|
||||
hostmakedepends="python-setuptools"
|
||||
pycompile_module="certbot"
|
||||
makedepends="python-devel"
|
||||
depends="python-setuptools python-pytz python-zope.interface python-psutil
|
||||
python-configobj"
|
||||
python-configobj python-pyrfc3339 python-openssl python-zope.component
|
||||
python-mock"
|
||||
short_desc="Fully-featured, extensible client for the Let's Encrypt CA"
|
||||
maintainer="Toyam Cox <Vaelatern@gmail.com>"
|
||||
license="Apache-2.0, MIT"
|
||||
|
|
Loading…
Reference in New Issue