change python3-packaging buildrequires
This commit is contained in:
parent
30eac418c9
commit
c9be77ecc7
@ -1,6 +1,6 @@
|
|||||||
Name: pytest
|
Name: pytest
|
||||||
Version: 6.2.2
|
Version: 6.2.2
|
||||||
Release: 2
|
Release: 3
|
||||||
Summary: Simple powerful testing with Python
|
Summary: Simple powerful testing with Python
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://pytest.org
|
URL: https://pytest.org
|
||||||
@ -16,12 +16,12 @@ BuildRequires: python3-setuptools
|
|||||||
BuildRequires: python3-setuptools_scm
|
BuildRequires: python3-setuptools_scm
|
||||||
BuildRequires: python3-attrs
|
BuildRequires: python3-attrs
|
||||||
BuildRequires: python3-more-itertools
|
BuildRequires: python3-more-itertools
|
||||||
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-wcwidth
|
BuildRequires: python3-wcwidth
|
||||||
|
|
||||||
%if %{with tests}
|
%if %{with tests}
|
||||||
|
BuildRequires: python3-packaging
|
||||||
BuildRequires: python3-hypothesis
|
BuildRequires: python3-hypothesis
|
||||||
BuildRequires: python3-xmlschema
|
BuildRequires: python3-xmlschema
|
||||||
%if %{with optional_tests}
|
%if %{with optional_tests}
|
||||||
@ -122,6 +122,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} \
|
|||||||
%doc CHANGELOG.html README.html CONTRIBUTING.html _htmldocs/html
|
%doc CHANGELOG.html README.html CONTRIBUTING.html _htmldocs/html
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Aug 18 2021 huangtianhua <huangtianhua@huawei.com> - 6.2.2-2
|
||||||
- Add python3-toml as BuildRequires to fix python dist version error
|
- Add python3-toml as BuildRequires to fix python dist version error
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user