Actually drop coverage dependency

Resolves: #1916739
This commit is contained in:
Robbie Harwood 2021-04-19 15:07:48 +00:00
parent f6aa24713f
commit bf2d3fa468

View File

@ -2,7 +2,7 @@
Name: python-%{realname}
Version: 1.0.0
Release: 5%{?dist}
Release: 6%{?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,10 @@ minimal configuration.
%{python3_sitelib}/%{realname}-%{version}-*.egg-info
%changelog
* Mon Apr 19 2021 Robbie Harwood <rharwood@redhat.com> - 1.0.0-6
- Actually drop coverage dependency
- Resolves: #1916739
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 1.0.0-5
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937