!2 Add buildrequires python3-tomli for fix build error

From: @wk333 
Reviewed-by: @caodongxia 
Signed-off-by: @caodongxia
This commit is contained in:
openeuler-ci-bot 2023-07-23 05:42:58 +00:00 committed by Gitee
commit 867985bc8e
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1,6 +1,6 @@
Name: python-tomli-w
Version: 1.0.0
Release: 1
Release: 2
Summary: A Python library for writing TOML
License: MIT
@ -8,7 +8,7 @@ URL: https://github.com/hukkin/tomli-w
Source0: https://github.com/hukkin/tomli-w/archive/%{version}/tomli-w-%{version}.tar.gz
BuildArch: noarch
BuildRequires: python3-devel python3-pip python3-flit-core python3-pytest
BuildRequires: python3-devel python3-pip python3-flit-core python3-pytest python3-tomli
%description
Tomli-W is a Python library for writing TOML. It is a write-only counterpart
@ -67,6 +67,9 @@ mv %{buildroot}/filelist.lst .
%doc README.md CHANGELOG.md
%changelog
* Sun Jul 23 2023 wangkai <13474090681@163.com> - 1.0.0-2
- Add buildrequires python3-tomli for fix build error
* Tue Apr 25 2023 liyanan <thistleslyn@163.com> - 1.0.0-1
- Package init