remove build dependency on python3-mock

Signed-off-by: Nils Philippsen <nils@tiptoe.de>
This commit is contained in:
Nils Philippsen 2021-12-12 20:41:51 +01:00
parent abca0612b6
commit 3983eb0c5a
1 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,6 @@ BuildRequires: gcc
BuildRequires: python3-devel >= 3.6
BuildRequires: python3-greenlet >= 1.0
BuildRequires: python3-setuptools
BuildRequires: python3-mock
BuildRequires: python3-pytest
%if %{with xdist}
BuildRequires: python3-pytest-xdist
@ -106,8 +105,9 @@ PYTHONPATH=. %{__python3} -m pytest test \
%{python3_sitearch}/*
%changelog
* Fri Dec 10 2021 Nils Philippsen <nils@tiptoe.de> - 1.4.28-1
* Sun Dec 12 2021 Nils Philippsen <nils@tiptoe.de> - 1.4.28-1
- version 1.4.28
- remove build dependency on python3-mock
* Fri Nov 12 2021 Nils Philippsen <nils@tiptoe.de> - 1.4.27-1
- version 1.4.27