URL: https://github.com/freeipa/freeipa/pull/5873
Author: flo-renaud
 Title: #5873: [Backport][ipa-4-9] Remove unneeded dependency on python-coverage
Action: opened

PR body:
"""
This PR was opened automatically because PR #5867 was pushed to master and 
backport to ipa-4-9 is required.
"""

To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/5873/head:pr5873
git checkout pr5873
From 56696ce570a6e6987c126e5d85d3edca19a2304c Mon Sep 17 00:00:00 2001
From: Florence Blanc-Renaud <[email protected]>
Date: Wed, 30 Jun 2021 14:57:32 +0200
Subject: [PATCH] Remove unneeded dependency on python-coverage

The spec file requires python3-coverage although it is not
used in the project.

Fixes: https://pagure.io/freeipa/issue/8905
Signed-off-by: Florence Blanc-Renaud <[email protected]>
---
 freeipa.spec.in | 1 -
 1 file changed, 1 deletion(-)

diff --git a/freeipa.spec.in b/freeipa.spec.in
index fdca43a24a6..fbfe4d09eed 100755
--- a/freeipa.spec.in
+++ b/freeipa.spec.in
@@ -872,7 +872,6 @@ BuildArch: noarch
 Requires: python3-ipaclient = %{version}-%{release}
 Requires: python3-ipaserver = %{version}-%{release}
 Requires: iptables
-Requires: python3-coverage
 Requires: python3-cryptography >= 1.6
 Requires: python3-pexpect
 %if 0%{?fedora}
_______________________________________________
FreeIPA-devel mailing list -- [email protected]
To unsubscribe send an email to [email protected]
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedorahosted.org/archives/list/[email protected]
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure

Reply via email to