Drop redundant build dependency on wcwidth (unused since 6.0.0rc1)
This commit is contained in:
parent
b50667ee02
commit
cc60242f78
@ -1,6 +1,6 @@
|
||||
Name: pytest
|
||||
Version: 6.2.2
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: Simple powerful testing with Python
|
||||
License: MIT
|
||||
URL: https://pytest.org
|
||||
@ -40,7 +40,6 @@ BuildRequires: python3-packaging
|
||||
BuildRequires: python3-pluggy >= 0.12
|
||||
BuildRequires: python3-py >= 1.5.0
|
||||
BuildRequires: python3-toml
|
||||
BuildRequires: python3-wcwidth
|
||||
|
||||
%if %{with tests}
|
||||
BuildRequires: python3-hypothesis
|
||||
@ -158,6 +157,9 @@ export INPUTRC=$PWD/.inputrc
|
||||
%{python3_sitelib}/pytest/
|
||||
|
||||
%changelog
|
||||
* Wed Mar 10 2021 Miro Hrončok <mhroncok@redhat.com> - 6.2.2-2
|
||||
- Drop redundant build dependency on wcwidth (unused since 6.0.0rc1)
|
||||
|
||||
* Wed Jan 27 2021 Miro Hrončok <mhroncok@redhat.com> - 6.2.2-1
|
||||
- Update to 6.2.2
|
||||
- Update the description
|
||||
|
Loading…
Reference in New Issue
Block a user