Remove unused python3-mock test dependency
This commit is contained in:
parent
8b97ddcce0
commit
9406ea933f
1 changed files with 4 additions and 2 deletions
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
Name: python-%{pypi_name}
|
||||
Version: 2.1
|
||||
Release: 12%{?dist}
|
||||
Release: 13%{?dist}
|
||||
Summary: EventEmitter using gevent
|
||||
BuildArch: noarch
|
||||
|
||||
|
|
@ -20,7 +20,6 @@ BuildRequires: python3-devel
|
|||
BuildRequires: python3dist(setuptools)
|
||||
BuildRequires: python3dist(coverage) >= 4.0.3
|
||||
BuildRequires: python3dist(gevent) >= 1.3
|
||||
BuildRequires: python3dist(mock)
|
||||
BuildRequires: python3dist(pytest-cov) >= 2.5.1
|
||||
BuildRequires: python3dist(pytest) >= 3.2.1
|
||||
|
||||
|
|
@ -61,6 +60,9 @@ Summary: %{summary}
|
|||
|
||||
|
||||
%changelog
|
||||
* Sat Jan 27 2024 Maxwell G <maxwell@gtmx.me> - 2.1-13
|
||||
- Remove unused python3-mock test dependency
|
||||
|
||||
* Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.1-12
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue