7e1b55
From 01f4b9d7935ca41c93b17e28543054f36e5baf46 Mon Sep 17 00:00:00 2001
7e1b55
From: Florence Blanc-Renaud <flo@redhat.com>
7e1b55
Date: Wed, 30 Jun 2021 14:57:32 +0200
7e1b55
Subject: [PATCH] Remove unneeded dependency on python-coverage
7e1b55
7e1b55
The spec file requires python3-coverage although it is not
7e1b55
used in the project.
7e1b55
7e1b55
Fixes: https://pagure.io/freeipa/issue/8905
7e1b55
Signed-off-by: Florence Blanc-Renaud <flo@redhat.com>
7e1b55
Reviewed-By: Francois Cami <fcami@redhat.com>
7e1b55
---
7e1b55
 freeipa.spec.in | 1 -
7e1b55
 1 file changed, 1 deletion(-)
7e1b55
7e1b55
diff --git a/freeipa.spec.in b/freeipa.spec.in
7e1b55
index fdca43a24a6e07f77b9cd8a0feec940a0366f128..fbfe4d09eedc169112dcdc18a953134de67b7731 100755
7e1b55
--- a/freeipa.spec.in
7e1b55
+++ b/freeipa.spec.in
7e1b55
@@ -872,7 +872,6 @@ BuildArch: noarch
7e1b55
 Requires: python3-ipaclient = %{version}-%{release}
7e1b55
 Requires: python3-ipaserver = %{version}-%{release}
7e1b55
 Requires: iptables
7e1b55
-Requires: python3-coverage
7e1b55
 Requires: python3-cryptography >= 1.6
7e1b55
 Requires: python3-pexpect
7e1b55
 %if 0%{?fedora}
7e1b55
-- 
7e1b55
2.26.3
7e1b55