certbot: Add some more necessary deps

This commit is contained in:
Toyam Cox 2016-08-16 00:01:08 -04:00
parent 4adf82158a
commit b5a1640730

View file

@ -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"