From b5a1640730100ace5f465eda274034873101f3b4 Mon Sep 17 00:00:00 2001
From: Toyam Cox <Vaelatern@gmail.com>
Date: Tue, 16 Aug 2016 00:01:08 -0400
Subject: [PATCH] certbot: Add some more necessary deps

---
 srcpkgs/certbot/template | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/certbot/template b/srcpkgs/certbot/template
index eb1945072fe..23549bdebc3 100644
--- a/srcpkgs/certbot/template
+++ b/srcpkgs/certbot/template
@@ -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"