Actually drop coverage dependency

This commit is contained in:
Robbie Harwood 2021-04-08 15:13:21 +00:00
parent e8f0af54fa
commit df6e1ec474

View File

@ -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 <rharwood@redhat.com> - 1.0.0-5
- Actually drop coverage dependency
* Fri Jan 29 2021 Robbie Harwood <rharwood@redhat.com> - 1.0.0-4
- Drop unused dependency on python3-mock
- Resolves: #1922344