From fd23d627484d4569391dd36b25cce615efe54b29 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Tue, 20 Aug 2019 14:54:41 +0200 Subject: [PATCH] Add missing BR to python3-mock Signed-off-by: Pierre-Yves Chibon --- python-schema.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/python-schema.spec b/python-schema.spec index 7e20c99..7b7ffff 100644 --- a/python-schema.spec +++ b/python-schema.spec @@ -24,6 +24,7 @@ Summary: %{summary} BuildRequires: python3-devel BuildRequires: python3-setuptools BuildRequires: python3-pytest +BuildRequires: python3-mock %description -n python3-%{modname} %{_description} @@ -51,6 +52,7 @@ py.test-%{python3_version} -v %changelog * Tue Aug 20 2019 Pierre-Yves Chibon - 0.7.0-1 - Upgrade to 0.7.0 +- Add missing BR to python-mock * Mon Aug 19 2019 Miro HronĨok - 0.6.8-5 - Rebuilt for Python 3.8