From 7c0f4038d98074af796ba77e7418d76f775230a8 Mon Sep 17 00:00:00 2001 From: Pavel Cahyna Date: Wed, 3 Mar 2021 21:07:55 +0100 Subject: [PATCH] Remove python-mock build dependency It turns out that it is unused, the package builds fine without it. --- python-jmespath.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/python-jmespath.spec b/python-jmespath.spec index 2e25bbb..8aebe44 100644 --- a/python-jmespath.spec +++ b/python-jmespath.spec @@ -20,7 +20,6 @@ Summary: JSON Matching Expressions %{?python_provide:%python_provide python-%{pypi_name}} BuildRequires: python3-devel -BuildRequires: python3-mock BuildRequires: python3-nose BuildRequires: python3-setuptools