!19 change python3-packaging buildrequires

Merge pull request !19 from 桐小哥/openEuler-22.03-LTS-Next
This commit is contained in:
openeuler-ci-bot 2022-01-06 14:13:52 +00:00 committed by Gitee
commit 3719d2c88d
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