Add buildrequires python3-tomli for fix build error
This commit is contained in:
parent
c3be33382d
commit
cbf7c496b3
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user