Add python3-toml as BuildRequires to fix python dist version error
This commit is contained in:
parent
2ca310bdee
commit
c8c88b6cca
@ -1,6 +1,6 @@
|
||||
Name: pytest
|
||||
Version: 6.2.2
|
||||
Release: 1
|
||||
Release: 2
|
||||
Summary: Simple powerful testing with Python
|
||||
License: MIT
|
||||
URL: https://pytest.org
|
||||
@ -11,6 +11,7 @@ Source0: https://files.pythonhosted.org/packages/d1/80/b4f47a1f933699cd53
|
||||
%bcond_without docs
|
||||
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: python3-toml
|
||||
BuildRequires: python3-setuptools
|
||||
BuildRequires: python3-setuptools_scm
|
||||
BuildRequires: python3-attrs
|
||||
@ -121,6 +122,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} \
|
||||
%doc CHANGELOG.html README.html CONTRIBUTING.html _htmldocs/html
|
||||
|
||||
%changelog
|
||||
* Wed Aug 18 2021 huangtianhua <huangtianhua@huawei.com> - 6.2.2-2
|
||||
- Add python3-toml as BuildRequires to fix python dist version error
|
||||
|
||||
* Mon Jul 19 2021 OpenStack_SIG <openstack@openeuler.org> - 6.2.2-1
|
||||
- update to 6.2.2
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user