From df6e1ec474abd22269d280ddd4ddc929563541e1 Mon Sep 17 00:00:00 2001 From: Robbie Harwood Date: Thu, 8 Apr 2021 15:13:21 +0000 Subject: [PATCH] Actually drop coverage dependency --- python-kdcproxy.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/python-kdcproxy.spec b/python-kdcproxy.spec index d45e6b4..001b4e2 100644 --- a/python-kdcproxy.spec +++ b/python-kdcproxy.spec @@ -2,7 +2,7 @@ Name: python-%{realname} Version: 1.0.0 -Release: 4%{?dist} +Release: 5%{?dist} Summary: MS-KKDCP (kerberos proxy) WSGI module License: MIT @@ -14,7 +14,6 @@ Patch0: Drop-coverage-from-tests.patch BuildArch: noarch BuildRequires: git -BuildRequires: python3-coverage BuildRequires: python3-devel BuildRequires: python3-dns BuildRequires: python3-pyasn1 @@ -57,6 +56,9 @@ minimal configuration. %{python3_sitelib}/%{realname}-%{version}-*.egg-info %changelog +* Thu Apr 08 2021 Robbie Harwood - 1.0.0-5 +- Actually drop coverage dependency + * Fri Jan 29 2021 Robbie Harwood - 1.0.0-4 - Drop unused dependency on python3-mock - Resolves: #1922344