change python3-packaging buildrequires

This commit is contained in:
桐小哥 2022-01-06 13:06:08 +00:00 committed by Gitee
parent 30eac418c9
commit c9be77ecc7
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1,6 +1,6 @@
Name: pytest
Version: 6.2.2
Release: 2
Release: 3
Summary: Simple powerful testing with Python
License: MIT
URL: https://pytest.org
@ -16,12 +16,12 @@ BuildRequires: python3-setuptools
BuildRequires: python3-setuptools_scm
BuildRequires: python3-attrs
BuildRequires: python3-more-itertools
BuildRequires: python3-packaging
BuildRequires: python3-pluggy >= 0.12
BuildRequires: python3-py >= 1.5.0
BuildRequires: python3-wcwidth
%if %{with tests}
BuildRequires: python3-packaging
BuildRequires: python3-hypothesis
BuildRequires: python3-xmlschema
%if %{with optional_tests}
@ -122,6 +122,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} \
%doc CHANGELOG.html README.html CONTRIBUTING.html _htmldocs/html
%changelog
* Thu Jan 06 2022 shixuantong <shixuantong@huawei.com> - 6.2.2-3
- change python3-packaging buildrequires
* Wed Aug 18 2021 huangtianhua <huangtianhua@huawei.com> - 6.2.2-2
- Add python3-toml as BuildRequires to fix python dist version error