Drop redundant build dependency on wcwidth (unused since 6.0.0rc1)

This commit is contained in:
Miro Hrončok 2021-03-10 18:36:48 +01:00
parent b50667ee02
commit cc60242f78

View File

@ -1,6 +1,6 @@
Name: pytest Name: pytest
Version: 6.2.2 Version: 6.2.2
Release: 1%{?dist} Release: 2%{?dist}
Summary: Simple powerful testing with Python Summary: Simple powerful testing with Python
License: MIT License: MIT
URL: https://pytest.org URL: https://pytest.org
@ -40,7 +40,6 @@ BuildRequires: python3-packaging
BuildRequires: python3-pluggy >= 0.12 BuildRequires: python3-pluggy >= 0.12
BuildRequires: python3-py >= 1.5.0 BuildRequires: python3-py >= 1.5.0
BuildRequires: python3-toml BuildRequires: python3-toml
BuildRequires: python3-wcwidth
%if %{with tests} %if %{with tests}
BuildRequires: python3-hypothesis BuildRequires: python3-hypothesis
@ -158,6 +157,9 @@ export INPUTRC=$PWD/.inputrc
%{python3_sitelib}/pytest/ %{python3_sitelib}/pytest/
%changelog %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 * Wed Jan 27 2021 Miro Hrončok <mhroncok@redhat.com> - 6.2.2-1
- Update to 6.2.2 - Update to 6.2.2
- Update the description - Update the description