From cbf7c496b3b546fcb2a17f663abcb787c00ab08a Mon Sep 17 00:00:00 2001 From: wk333 <13474090681@163.com> Date: Sun, 23 Jul 2023 09:09:52 +0800 Subject: [PATCH] Add buildrequires python3-tomli for fix build error --- python-tomli-w.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-tomli-w.spec b/python-tomli-w.spec index 7f1e88b..714b21e 100644 --- a/python-tomli-w.spec +++ b/python-tomli-w.spec @@ -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 - 1.0.0-1 - Package init