From 177f82fa8151c8c5b061df744bf40cb7ca9e6985668c471ab30dc498e98ca682 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 6 Dec 2018 08:48:18 +0000 Subject: [PATCH] Accepting request 653131 from home:poorboywilly:branches:devel:languages:python:certbot - Add Requires: python-mock, it won't run without it I recently tried installing the python3 version of certbot and it didn't run until I installed python3-mock. OBS-URL: https://build.opensuse.org/request/show/653131 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot?expand=0&rev=14 --- python-certbot.changes | 5 +++++ python-certbot.spec | 1 + 2 files changed, 6 insertions(+) diff --git a/python-certbot.changes b/python-certbot.changes index f409712..14df213 100644 --- a/python-certbot.changes +++ b/python-certbot.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Nov 30 17:51:34 UTC 2018 - Jason Craig + +- Add Requires: python-mock, it won't run without it + ------------------------------------------------------------------- Fri Nov 16 17:14:44 UTC 2018 - Marketa Calabkova diff --git a/python-certbot.spec b/python-certbot.spec index 1cbc094..c22b00b 100644 --- a/python-certbot.spec +++ b/python-certbot.spec @@ -48,6 +48,7 @@ Requires: python-configobj Requires: python-cryptography >= 1.2 Requires: python-future Requires: python-josepy +Requires: python-mock Requires: python-parsedatetime >= 1.3 Requires: python-pyRFC3339 Requires: python-pytz